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