export declare function readYamlFile(path: string): Promise; export declare function writeYamlFile(path: string, value: unknown): Promise; export declare function writeTextFile(path: string, value: string): Promise; //# sourceMappingURL=io.d.ts.map