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