import { TypeOf } from 'technoidentity-utils'; export declare const TodoRT: import("io-ts").ReadonlyC>; export declare const TodoListRT: import("io-ts").ReadonlyArrayC>>; export declare type Todo = TypeOf; export declare type TodoList = TypeOf; //# sourceMappingURL=types.d.ts.map