export declare function proper_spawn(command: string, cwd?: string, shell?: string): Promise & { kill(): Boolean; }; export declare function escape_path(...paths: string[]): string;