import { ITable } from '../types'; export declare function charMap(s: string, table: ITable): string; export declare function textMap1(text: string, table: ITable): string; export declare function textMap2(text: string, table: ITable): string; export declare function textMap3(text: string, table: ITable): string; export declare function textMap4(text: string, table: ITable): string;