import type { Constraint } from '@conform-to/dom'; import type { ZodTypeAny } from 'zod/v3'; export declare function getZodConstraint(schema: ZodTypeAny): Record; //# sourceMappingURL=constraint.d.ts.map