/**
 * Created by user on 2017/12/8/008.
 */
export declare function isFullwidthCodePoint(x: number): boolean;
export declare function isFullWidth<T = number | string>(s: T): boolean;
declare const _default: typeof import("./is-fullwidth");
export default _default;
