/** Returns the number of graphemes in a given string. */ export declare function graphemeLength(text: string): number;