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

11 lines
2.1 KiB
Text

export declare const getBuiltinModule: NodeJS.Process["getBuiltinModule"];
export declare const exit: {
(code?: number): never;
(code?: number | string | null | undefined): never;
}, platform: NodeJS.Platform, nextTick: {
(callback: Function, ...args: any[]): void;
(callback: Function, ...args: any[]): void;
};
export declare const abort: any, addListener: any, allowedNodeEnvironmentFlags: any, hasUncaughtExceptionCaptureCallback: any, setUncaughtExceptionCaptureCallback: any, loadEnvFile: any, sourceMapsEnabled: any, arch: any, argv: any, argv0: any, chdir: any, config: any, connected: any, constrainedMemory: any, availableMemory: any, cpuUsage: any, cwd: any, debugPort: any, dlopen: any, disconnect: any, emit: any, emitWarning: any, env: any, eventNames: any, execArgv: any, execPath: any, finalization: any, features: any, getActiveResourcesInfo: any, getMaxListeners: any, hrtime: any, kill: any, listeners: any, listenerCount: any, memoryUsage: any, on: any, off: any, once: any, pid: any, ppid: any, prependListener: any, prependOnceListener: any, rawListeners: any, release: any, removeAllListeners: any, removeListener: any, report: any, resourceUsage: any, setMaxListeners: any, setSourceMapsEnabled: any, stderr: any, stdin: any, stdout: any, title: any, throwDeprecation: any, traceDeprecation: any, umask: any, uptime: any, version: any, versions: any, domain: any, initgroups: any, moduleLoadList: any, reallyExit: any, openStdin: any, assert: any, binding: any, send: any, exitCode: any, channel: any, getegid: any, geteuid: any, getgid: any, getgroups: any, getuid: any, setegid: any, seteuid: any, setgid: any, setgroups: any, setuid: any, permission: any, mainModule: any, _events: any, _eventsCount: any, _exiting: any, _maxListeners: any, _debugEnd: any, _debugProcess: any, _fatalException: any, _getActiveHandles: any, _getActiveRequests: any, _kill: any, _preload_modules: any, _rawDebug: any, _startProfilerIdleNotifier: any, _stopProfilerIdleNotifier: any, _tickCallback: any, _disconnect: any, _handleQueue: any, _pendingMessage: any, _channel: any, _send: any, _linkedBinding: any;
declare const _default: NodeJS.Process;
export default _default;