import { Scope } from "@effect/core/io/Scope/definition"; /** * The global scope which is never closed. Finalizers added to this scope will * be immediately discarded and closing this scope has no effect. * @tsplus static effect/core/io/Scope.Ops global * @tsplus location "@effect/core/io/Scope/operations/global" */ export declare const global: Scope.Closeable; //# sourceMappingURL=global.d.ts.map