Rocky_Mountain_Vending/.pnpm-store/v10/files/36/1417b18004f2039aa5b8b0a6e0fa16628740ede4213638d83e618cdfbe7c9c8ebe05fea6ca598395890572939a3f7d7fcd7da13e7dbc8b3681d89888b19665
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

7 lines
418 B
Text

import type nodeVm from "node:vm";
export declare class Script implements nodeVm.Script {
runInContext(contextifiedObject: nodeVm.Context, options?: nodeVm.RunningScriptOptions | undefined);
runInNewContext(contextObject?: nodeVm.Context | undefined, options?: nodeVm.RunningScriptInNewContextOptions | undefined);
runInThisContext(options?: nodeVm.RunningScriptOptions | undefined);
createCachedData(): Buffer;
}