import { type Constraint } from '@conform-to/dom';
import type * as yup from 'yup';
export declare function getYupConstraint<Source extends yup.AnyObjectSchema>(source: Source): Record<string, Constraint>;
//# sourceMappingURL=constraint.d.ts.map