import { SnapshotIndex } from './SnapshotIndex';
export declare type DeletedSnapshotsGetResponse = {
    deleted_snapshots?: SnapshotIndex;
};
