import { TenantRepository, TenantEntity } from '@novu/dal'; import { UpdateTenantCommand } from './update-tenant.command'; import { GetTenant } from '../get-tenant'; export declare class UpdateTenant { private tenantRepository; private getTenantUsecase; constructor(tenantRepository: TenantRepository, getTenantUsecase: GetTenant); execute(command: UpdateTenantCommand): Promise; private validateIdentifierDuplication; } //# sourceMappingURL=update-tenant.usecase.d.ts.map