import type * as CL from "../../../../Clock/index.js"; import type * as SC from "../../../../Schedule/index.js"; import type * as C from "../core.js"; /** * Repeats the value using the provided schedule. */ export declare function repeatValueWith(a: A, schedule: SC.Schedule): C.Stream; //# sourceMappingURL=repeatValueWith.d.ts.map