import * as t from 'io-ts'; export declare const quantity: t.Type, string, unknown>; export declare const hexData: t.Type, string, unknown>; export declare const hash: t.Type, string, unknown>; export declare const address: t.Type, string, unknown>; export declare const undefinable: (type: t.Type) => t.Type;