export declare function parseYaml(path: any): string | object | undefined; export declare function safeDump(obj: object, path: any): void;