import * as iots from 'io-ts'; export * from 'io-ts'; export declare const nullable: (type: iots.Type) => iots.UnionC<[iots.Type, iots.NullC]>;