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