import { IDtoFuncArray, IDtoFuncObject, IDtoVerify } from "./types.js"; export declare const DtoArray: IDtoFuncArray<{ /** 限制数组最大长度 */ maxLength?: number; /** 限制数组最小长度 */ minLength?: number; }>, DtoVerifyArray: { type: string; verify: IDtoVerify; }; export declare const DtoObject: IDtoFuncObject<{}>, DtoVerifyObject: { type: string; verify: IDtoVerify; }; //# sourceMappingURL=type-object.d.ts.map