import { ChannelTypeEnum, ProvidersIdEnum } from '@novu/shared'; import { EnvironmentWithUserCommand } from '../../commands'; export declare class GetDecryptedIntegrationsCommand extends EnvironmentWithUserCommand { findOne?: boolean; active?: boolean; channelType?: ChannelTypeEnum; providerId?: ProvidersIdEnum; } export declare class GetEnvironmentDecryptedIntegrationsCommand extends EnvironmentWithUserCommand { findOne?: boolean; active?: boolean; channelType?: ChannelTypeEnum; providerId?: ProvidersIdEnum; } //# sourceMappingURL=get-decrypted-integrations.command.d.ts.map