import { SafeParseReturnType, z } from 'zod'; export declare function isCompliant(schema: S): (config: unknown) => config is z.infer; export declare function validateZodResult(result: SafeParseReturnType, desc?: string): T; //# sourceMappingURL=schemas.d.ts.map