export declare function readJsonSync(filePath: string): any;
export declare function readYamlSync(filePath: string): any;
