export declare function runWithCwd(cwd: string, fn: () => Promise): Promise; export declare function getCwd(): string;