export declare type CharTable = {
    [code: string]: string;
};
export declare const defaultCharTable: CharTable;
