/** count how many full-width characters in the given string */
export declare function countFullWidthChars(str: string): number;
