import { ChannelTypeEnum, ITenantDefine, ProvidersIdEnum } from '@novu/shared'; import { EnvironmentWithUserCommand } from '../../commands/project.command'; export declare class SelectIntegrationCommand extends EnvironmentWithUserCommand { id?: string; identifier?: string; channelType: ChannelTypeEnum; providerId?: ProvidersIdEnum; filterData: { tenant?: ITenantDefine; }; } //# sourceMappingURL=select-integration.command.d.ts.map