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