import * as IO from 'io-ts'; export declare const NumberFromString: IO.Type; export declare const NaturalNumberString: IO.Type; export declare const BooleanFromString: IO.Type;