export declare const readTextFile: (path: string) => Promise; export declare const writeFileSafeDir: (path: string, content: string) => Promise; //# sourceMappingURL=file.d.ts.map