import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a schedule that repeats one time, producing the specified constant * value. * @tsplus static effect/core/io/Schedule.Ops sync * @tsplus location "@effect/core/io/Schedule/operations/sync" */ export declare function sync(a: LazyArg): Schedule; //# sourceMappingURL=sync.d.ts.map