declare const unescapeTable: {
    [K: string]: number;
};
declare const escapeTable: {
    [K: number]: string;
};
export { escapeTable, unescapeTable };
