export declare const charactersMap: Map<string, {
    index: number;
    pattern: string;
}>;
export declare const reverseMap: Map<number, string>;
export declare const fullAsciiMap: Map<number, string>;
