import { LazyArg } from "@tsplus/stdlib/data/Function";
import { Effect } from "@effect/core/io/Effect/definition";
/**
* Returns an effect that models success with the specified synchronous
* side-effect.
* @tsplus static effect/core/io/Effect.Ops __call
* @tsplus static effect/core/io/Effect.Ops sync
* @tsplus location "@effect/core/io/Effect/operations/sync"
*/
export declare function sync(f: LazyArg): Effect;
//# sourceMappingURL=sync.d.ts.map