import * as C from "./core.js";
/**
 * A sink that always fails with the specified error.
 */
export declare function fail<E>(e: E): C.Sink<unknown, unknown, unknown, E, never, never>;
//# sourceMappingURL=fail.d.ts.map