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