import { Type, mixed } from 'io-ts';
import { Integer as IntegerNewtype } from '../Integer';
export declare const Integer: Type<IntegerNewtype, string, mixed>;
