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