import type * as CL from "../../../../Clock/index.js"; import type * as C from "../core.js"; /** * Emits elements of this stream with a fixed delay in between, regardless of how long it * takes to produce a value. */ export declare function fixed_(self: C.Stream, duration: number): C.Stream; /** * Emits elements of this stream with a fixed delay in between, regardless of how long it * takes to produce a value. * * @ets_data_first fixed_ */ export declare function fixed(duration: number): (self: C.Stream) => C.Stream; //# sourceMappingURL=fixed.d.ts.map