import { TextFile } from "./textFile"; export declare class YamlFile extends TextFile { write(value: any): void; read(): any; }