/** * Returns an effect that models failure with the specified error. * The moral equivalent of `throw` for pure code. */ export declare function fail(e: E, __trace?: string): import("./effect.js").IO; /** * Returns an effect that models failure with the specified error. * The moral equivalent of `throw` for pure code. */ export declare function failWith(e: () => E, __trace?: string): import("./effect.js").IO; //# sourceMappingURL=fail.d.ts.map