import { IRuleOptions, IRulesSchema } from "../../../interfaces/RulesInterface"; import { Field } from "../../Field"; import { IFieldsObject } from "../../../interfaces/FieldInterface"; export declare function objectOf(schema: IRulesSchema, options?: IRuleOptions): (field: Field, globalFields?: IFieldsObject | undefined) => Promise; //# sourceMappingURL=objectOf.d.ts.map