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

export { toDBC };
