import { Effect } from "@effect/core/io/Effect/definition"; import type { Scope } from "@effect/core/io/Scope/definition"; import { ScopeSym } from "@effect/core/io/Scope/definition"; export declare class ScopeInternal implements Scope { readonly _fork: Effect; readonly _addFinalizerExit: (finalizer: Scope.Finalizer) => Effect; readonly [ScopeSym]: ScopeSym; constructor(_fork: Effect, _addFinalizerExit: (finalizer: Scope.Finalizer) => Effect); } /** * @tsplus macro remove */ export declare function concreteScope(_: Scope): asserts _ is ScopeInternal; //# sourceMappingURL=ScopeInternal.d.ts.map