export declare const readFileOrError: (filePath: string) => Promise; export declare const readYaml: (filename: string) => Promise;