export declare function run(command: string, args: string[], collect?: boolean): Promise; export declare function runCommandAsync(command: string): Promise<{ stdout: string; stderr: string; }>;