export declare const argv: string[]; export declare const env: Record; export declare const isProduction: boolean; export declare const isDevelopment: boolean; /** * Detect if Node.js or Bun.js is running with the debugger launcher. */ export declare function isLaunchedWithDebugger(): boolean;