export declare function toFullwidth(str: string): string;
export declare function toFullwidth(str: null): null;
export declare function toFullwidth(str: undefined): undefined;
//# sourceMappingURL=toFullwidth.d.ts.map