export declare function readTextFileOrEmpty(filePath: string): Promise<string>;
export declare function writeTextFileAtomic(filePath: string, contents: string): Promise<void>;
//# sourceMappingURL=io.d.ts.map