import type { ZodType, ZodTypesType } from '../../get-zod-if-possible';
export declare const createZodValues: (schema: Zod.ZodTypeAny, zodRuntime: ZodType, zodTypes: ZodTypesType | null) => unknown;
