declare const isFullwidthCodePoint: (codePoint: number) => boolean; export default isFullwidthCodePoint;