export interface ISnapshotHandler {
    createSnapshot(): any;
    loadSnapshot(snapshot: any): any;
}
