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