import { SnapshotIndex } from './SnapshotIndex';
export declare type SnapshotsGetResponse = {
    snapshots?: SnapshotIndex;
};
