declare function isFullWidth(codePoint: number): boolean;

export = isFullWidth;
