function useScopeimport { useScope } from "https://deno.land/x/effection@3.0.0-beta.3/lib/run/scope.ts"; useScope(): Operation<Scope>Get the scope of the currently running Operation. ReturnsOperation<Scope>an operation yielding the current scope