import * as t from 'io-ts';
export declare const __deriveIO: {
    derive: <T>() => t.Type<T, T, unknown>;
    t: typeof t;
};
