import { IType } from './_types'; declare const NumberType: IType; export default NumberType;