import type { Constraint } from '@conform-to/dom';
import type { ZodTypeAny } from 'zod';
export declare function getZodConstraint(schema: ZodTypeAny): Record<string, Constraint>;
