import * as t from "io-ts"; export declare function optionalOrNullable(codec: t.Type, name?: string): t.Type; export declare function optional(codec: t.Type, name?: string): t.Type; export declare function nullable(codec: t.Type, name?: string): t.Type; //# sourceMappingURL=io-ts.d.ts.map