import type * as CL from "../../../../Clock/index.js"; import * as T from "../../../../Effect/index.js"; import * as SC from "../../../../Schedule/index.js"; import type * as C from "../core.js"; /** * Creates a stream from an effect producing a value of type `A`, which is repeated using the * specified schedule. */ export declare function repeatEffectWith(effect: T.Effect, schedule: SC.Schedule): C.Stream; //# sourceMappingURL=repeatEffectWith.d.ts.map