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