export declare class fontConvertor { convertToUnicode(legacyText: any): any; p(e: string, b: string[], l: string[]): string; }