import * as execa from 'execa'; export declare const execWithOutputAsString: (command: string, opts?: execa.Options) => Promise; //# sourceMappingURL=shell-utils.d.ts.map