import type { Command } from 'commander'; export declare function installEmergencyPause(program: Command): void; export declare function installEmergencyResume(program: Command): void; //# sourceMappingURL=emergencyPauseAndResume.d.ts.map