import { SnapshotEnum } from '../storage/SnapshotEnum';
/** Partition Snapshot */
export interface Snapshot {
    /** the interval of snapshot */
    snapshotType: SnapshotEnum;
}
//# sourceMappingURL=Snapshot.d.ts.map