import { OrgProfileCreatableInterface } from '@concepta/nestjs-common'; import { OrgProfileDto } from './org-profile.dto'; declare const OrgProfileCreateDto_base: import("@nestjs/common").Type>; export declare class OrgProfileCreateDto extends OrgProfileCreateDto_base implements OrgProfileCreatableInterface { } export {}; //# sourceMappingURL=org-profile-create.dto.d.ts.map