import * as CS from "../../../../Cause/index.js"; import type * as CL from "../../../../Clock/index.js"; import type * as C from "../core.js"; /** * Fails the stream with given cause if it does not produce a value after d duration. */ export declare function timeoutFailCause_(self: C.Stream, cause: CS.Cause, d: number): C.Stream; /** * Fails the stream with given cause if it does not produce a value after d duration. * * @ets_data_first timeoutFailCause_ */ export declare function timeoutFailCause(cause: CS.Cause, d: number): (self: C.Stream) => C.Stream; //# sourceMappingURL=timeoutFailCause.d.ts.map