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