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