import { IntegrationEntity, IntegrationRepository } from '@novu/dal'; import { GetDecryptedIntegrationsCommand } from './get-decrypted-integrations.command'; export declare class GetDecryptedIntegrations { private integrationRepository; constructor(integrationRepository: IntegrationRepository); execute(command: GetDecryptedIntegrationsCommand): Promise; static getDecryptedCredentials(integration: IntegrationEntity): IntegrationEntity; } //# sourceMappingURL=get-decrypted-integrations.usecase.d.ts.map