Rocky_Mountain_Vending/.pnpm-store/v10/files/61/4f5414a248b570d6becb42ac3d8f22b507229e98e63f51500fa36168e7f4aab10c0095a8c0d2a4cabd5bfdd376c07c6b09599a42497f34f6157759b5e5d725
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
856 B
Text

import type nodeHttp2 from "node:http2";
export declare const constants: typeof nodeHttp2.constants;
export declare const createSecureServer: unknown;
export declare const createServer: unknown;
export declare const connect: typeof nodeHttp2.connect;
export declare const performServerHandshake: typeof nodeHttp2.performServerHandshake;
export declare const Http2ServerRequest: typeof nodeHttp2.Http2ServerRequest;
export declare const Http2ServerResponse: typeof nodeHttp2.Http2ServerResponse;
export declare const getDefaultSettings: typeof nodeHttp2.getDefaultSettings;
export declare const getPackedSettings: typeof nodeHttp2.getPackedSettings;
export declare const getUnpackedSettings: typeof nodeHttp2.getUnpackedSettings;
export declare const sensitiveHeaders: typeof nodeHttp2.sensitiveHeaders;
declare const _default: {};
export default _default;