/** * East Asian Width ranges generated from Unicode 17.0.0 * Source: https://www.unicode.org/Public/17.0.0/ucd/EastAsianWidth.txt * SHA-256: ea7ce50f3444a050333448dffef1cadd9325af55cbb764b4a2280faf52170a33 * * Data derived from Unicode EastAsianWidth.txt. * © Unicode, Inc. See Unicode terms of use: https://www.unicode.org/terms_of_use.html * * DO NOT EDIT MANUALLY - regenerate with: pnpm run unicode:eaw:generate */ export declare const EAW_UNICODE_VERSION = "17.0.0"; export declare const EAW_SOURCE_SHA256 = "ea7ce50f3444a050333448dffef1cadd9325af55cbb764b4a2280faf52170a33"; export declare const fullWidthRanges: Array<[number, number]>; export declare const ambiguousWidthRanges: Array<[number, number]>;