export declare const bashCommand: (command: string, args: string[], collect?: boolean, cwd?: string) => Promise<string>;
