import { TenantCustomData } from '@novu/shared'; import { TenantEntity } from '@novu/dal'; import { EnvironmentWithUserCommand } from '../../commands'; export declare class UpdateTenantCommand extends EnvironmentWithUserCommand { identifier: string; newIdentifier?: string; name?: string; data?: TenantCustomData; tenant?: TenantEntity; } //# sourceMappingURL=update-tenant.command.d.ts.map