import { TenantRepository } from '@novu/dal'; import { AnalyticsService } from '../../services/analytics.service'; import { CreateTenantCommand } from './create-tenant.command'; export declare class CreateTenant { private tenantRepository; private analyticsService; constructor(tenantRepository: TenantRepository, analyticsService: AnalyticsService); execute(command: CreateTenantCommand): Promise; } //# sourceMappingURL=create-tenant.usecase.d.ts.map