export interface StateEncoder { encode(decoded: TValue): string; decode(encoded: string): TValue; }