export declare function resolveCwd(): string; export declare function resolveShell(): string; export declare function truncate(text: string, max?: number): string; export declare function runShell(cmd: string): Promise; //# sourceMappingURL=shell.d.ts.map