import type { ZodType } from '../third-party/index.js';
export declare const loadYML: <T = unknown>(filePath: string, schema?: ZodType<T>) => T;
export declare const loadYAML: <T = unknown>(filePath: string, schema?: ZodType<T>) => T;
//# sourceMappingURL=yml.d.ts.map