import { BaseCollector } from "../../base";
export declare class VolumeSnapshotsCollector extends BaseCollector {
    collect(): Promise<{
        snapshots: {};
    }>;
    private getAllVolumeSnapshots;
    private getDateStringForSearch;
}
