import { OrgProfileEntityInterface } from '@concepta/nestjs-common'; import { Factory } from '@concepta/typeorm-seeding'; export declare class OrgProfileFactory extends Factory { protected finalize(orgProfile: OrgProfileEntityInterface): Promise; } //# sourceMappingURL=org-profile.factory.d.ts.map