export interface IEncodedValue { encodedValue: string; decodeKey: string | null; }