import { Type } from 'io-ts'; export declare const emptyTuple: Type; export declare function arrayOfLength(length: number): Type; export declare const never: Type;