export interface Utf8 { encode(input: any): string; decode(input: string): any; }