import { AnySchema } from 'yup'; export declare function loadYamlWithSchema(filePath: string, schema: TSchema): Promise;