import * as Number from './number/';
import * as String from './string/';
export { Number, String };
