import { Type, mixed } from 'io-ts';
import { NonZeroRational as NonZeroRationalNewtype } from '../NonZeroRational';
export declare const NonZeroRational: Type<NonZeroRationalNewtype, [string, string], mixed>;
