import { PlainLiteralObject } from '@nestjs/common'; import { DeepPartial, OrgProfileCreatableInterface, OrgProfileEntityInterface } from '@concepta/nestjs-common'; import { ConfigurableCrudBuilder, ConfigurableCrudOptions } from '@concepta/nestjs-crud'; export declare class OrgProfileCrudBuilder & OrgProfileCreatableInterface = DeepPartial & OrgProfileCreatableInterface, Updatable extends DeepPartial = DeepPartial, Replaceable extends Creatable = Creatable, ExtraOptions extends PlainLiteralObject = PlainLiteralObject> extends ConfigurableCrudBuilder { constructor(options?: ConfigurableCrudOptions); } //# sourceMappingURL=org-profile.crud-builder.d.ts.map