import { Snapshot } from './Snapshot';
export declare type SnapshotIndex = Record<string, Snapshot>;
