export interface IDEncoder { encode: (strId: string) => string; }