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