/**
 * Created by user on 2017/12/8/008.
 */
import { toFullEnglish, toFullNumber, toFullWidth, toHalfEnglish, toHalfNumber, toHalfWidth, type IFactoryFn } from '@lazy-cjk/fullhalf';
export { toFullNumber, toHalfNumber, toFullEnglish, toHalfEnglish, toFullWidth, toHalfWidth, };
declare const _default: {
    toFullNumber: IFactoryFn;
    toHalfNumber: IFactoryFn;
    toFullEnglish: IFactoryFn;
    toHalfEnglish: IFactoryFn;
    toFullWidth: IFactoryFn;
    toHalfWidth: IFactoryFn;
};
export default _default;
