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