/** * @deprecated Use `getConstraints` instead. */ export { getZodConstraint } from './constraint'; export { coerceFormValue } from './coercion'; export { formatResult } from './format'; export { isSchema, getConstraints } from './schema'; //# sourceMappingURL=future.d.ts.map