import * as C from "../core.js"; export declare function orDieWith_(self: C.Channel, f: (e: OutErr) => E): C.Channel; /** * @ets_data_first orDieWith_ */ export declare function orDieWith(f: (e: OutErr) => E): (self: C.Channel) => C.Channel; //# sourceMappingURL=orDieWith.d.ts.map