export declare function sleep(ms: number): Promise; export declare function execCommand(command: string): string; export declare function execCommandSafe(command: string): string; export declare function spawnProcess(command: string, args: string[], onClose?: () => string): void; export declare function spawnNpmScript(script: string, onClose?: () => string): void;