import * as C from "../core.js"; /** * Halt a stream with the specified error */ export declare function failWith(error: () => E): C.IO; //# sourceMappingURL=failWith.d.ts.map