import { ChannelTypeEnum } from '@novu/shared'; import { EnvironmentWithUserCommand } from '../../commands/project.command'; export declare class GetNovuProviderCredentialsCommand extends EnvironmentWithUserCommand { channelType: ChannelTypeEnum; providerId: string; } //# sourceMappingURL=get-novu-provider-credentials.command.d.ts.map