export type Snapshot<T> = {
    restore(state: T): T;
};
//# sourceMappingURL=Snapshot.d.ts.map