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