import * as t from 'io-ts';
export declare function unsafeParse<C extends t.Mixed>(codec: C): (value: unknown) => t.TypeOf<C>;
export declare function unsafeParse<C extends t.Mixed>(codec: C, value: unknown): t.TypeOf<C>;
//# sourceMappingURL=unsafe-parse.d.ts.map