export declare const GSM_STANDARD_CHARS: string[]; export declare const GSM_EXTENDED_CHARS: string[]; export declare const doesNotContainUnicodeChars: (text: string) => boolean; export declare const findUnicodeChars: (text: string) => string[];