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