declare const LOGOGRAPHIC_LANGUAGES: readonly ["zh", "ja", "ko", "th"];
export type LogographicLanguagesSubtags = (typeof LOGOGRAPHIC_LANGUAGES)[number];
export declare function getCharacterCountFactor(locale: LogographicLanguagesSubtags): number;
export declare function isLogographicScript(locale: string): boolean;
export declare function isUnsupportedLogographicScript(locale: string): boolean;
export {};
