export interface Charmap { [key: string]: string; } export declare const charmap: Charmap;