Rocky_Mountain_Vending/.pnpm-store/v10/files/2f/acee9d9a15f9b95b1f69461561c95cc31d3000e602a585203f5663e132d371c210a3a2779b02c730123d11aa153061ed1fa22ef1ddf6b8e1a68d821e4d23e1
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

6 lines
374 B
Text

import type * as Protocol from '../../../generated/protocol.js';
import * as Types from '../types/types.js';
export declare function reset(): void;
export declare function handleEvent(event: Types.Events.Event): void;
export declare function finalize(): Promise<void>;
export declare function data(): Map<Protocol.DOM.BackendNodeId, Types.Events.LargestTextPaintCandidate>;