import * as t from 'io-ts';
import * as BI from 'big-integer';
export declare const BigInteger: t.Type<BI.BigInteger, string, t.mixed>;
