export declare function exists(filePath: string): boolean;
export declare function readFile(filePath: string): string;
export declare function readStdin(): Promise<string>;
export declare function writeFile(filePath: string, content: string): void;
export declare function execute(cmd: string): string;
//# sourceMappingURL=utils.d.ts.map