/** * Internal dependencies */ import type { Field, NormalizedRules } from '../../types'; import type { FieldType } from '../../types/private'; export default function getIsValid(field: Field, fieldType: FieldType): NormalizedRules; //# sourceMappingURL=get-is-valid.d.ts.map