import * as Effect from "effect/Effect"; import type { SuggestedAction } from "@agentxm/registry-protocol/unstable/suggested-action"; import type { AppErrorSuggestedAction } from "../../app-error/index.js"; import { type WorkspaceScope } from "@agentxm/extension-model/unstable/workspace-scope"; export declare const commandForScope: (command: string, scope: WorkspaceScope) => string; export declare const suggestionsForScope: (suggestions: ReadonlyArray, scope: WorkspaceScope) => ReadonlyArray; export declare const suggestionsForCurrentWorkspace: (suggestions: ReadonlyArray) => Effect.Effect; //# sourceMappingURL=scoped-command.d.ts.map