/** * Main orchestration logic for prod-debug */ import type { CliOptions } from './types.js'; export declare class ProdDebug { private logger; private options; private profileManager; private chromeLauncher; constructor(options: CliOptions); /** * Main execution flow */ run(): Promise; /** * Setup cleanup handlers for graceful shutdown */ private setupCleanupHandlers; /** * Cleanup resources */ private cleanup; } //# sourceMappingURL=main.d.ts.map