Rocky_Mountain_Vending/.pnpm-store/v10/files/0d/1184d919bcf4da64e6253a7c8f1213f512bcc11a21d28c6252ae97680bf305e307f2b2e759b909d7794cc63422b65cfa4419771fb79890f6be31d956667255
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

14 lines
368 B
Text

import { AwsQueryProtocol } from "./AwsQueryProtocol";
export declare class AwsEc2QueryProtocol extends AwsQueryProtocol {
options: {
defaultNamespace: string;
xmlNamespace: string;
version: string;
};
constructor(options: {
defaultNamespace: string;
xmlNamespace: string;
version: string;
});
protected useNestedResult(): boolean;
}