import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Logger } from "@effect/core/io/Logger/definition"; /** * @tsplus static effect/core/io/Logger.Ops sync * @tsplus location "@effect/core/io/Logger/operations/sync" */ export declare function sync(a: LazyArg): Logger; //# sourceMappingURL=sync.d.ts.map