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