import * as C from "../core.js"; /** * Repeats the provided value infinitely. */ export declare function repeat(a: A): C.UIO; //# sourceMappingURL=repeat.d.ts.map