export declare function read<T>(yamlPath: string): Promise<T>;
export declare function write<T>(yamlPath: string, yamlObj: T): any;
