exportdeclareclassCharset {
staticUNICODE_TO_GSM: {
[key: number]: number[];
};
/**
* Maps UTF-8 chars that are not present in the GSM charset to a close match in one or more GSM charset-compatible
* UTF-8 chars.
*/staticTRANSLITERATE: {
[key: number]: number[];
};
}