/**
 * 全角转换为半角
 */
declare function toCDB(str: string): string;

export { toCDB };
