import { SchemaItem } from '@/models'; export declare function matchValidate(fieldValue: any, schemaItem: SchemaItem, fieldName: string): boolean; //# sourceMappingURL=matchValidate.d.ts.map