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