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