import { TopicSubscribersRepository, TopicRepository } from '@novu/dal'; import { GetTopicSubscribersCommand } from './get-topic-subscribers.command'; import { ITopicSubscriber } from '@novu/shared'; export declare class GetTopicSubscribersUseCase { private topicSubscribersRepository; private topicRepository; constructor(topicSubscribersRepository: TopicSubscribersRepository, topicRepository: TopicRepository); execute(command: GetTopicSubscribersCommand): Promise; private mapFromEntity; } //# sourceMappingURL=get-topic-subscribers.use-case.d.ts.map