export interface IStateStorage { save(serializedState: string): Promise; restore(): Promise; }