import { Decoder } from 'io-ts'; export declare function validate(decoder: Decoder, data: I): A;