import { BaseAnalyzer } from "../../base";
export declare class TopicsWithoutSubscriptionsAnalyzer extends BaseAnalyzer {
    analyze(params: any, fullReport?: any): any;
    private mapSubscriptionByTopicArn;
    private getTopicName;
}
