import { Decoder, Type } from "io-ts"; export declare function checkTypes(data: unknown, codec: Decoder): A; export declare function nullable(codec: Type): import("io-ts").UnionC<[Type, import("io-ts").NullC]>; export declare function undefinable(codec: Type): import("io-ts").UnionC<[Type, import("io-ts").UndefinedC]>; //# sourceMappingURL=checkTypes.d.ts.map