export interface KeyClockStorage { get(key: string): Promise; add(state: any): any; }