/** * `forge mind` — SharedMind operations. * * Subcommands: * forge mind observe --project --domain --content --type * forge mind query --project --domain [--type ] * forge mind consolidate --project --domain * forge mind status --project * * The "team" identifier used by the engine API is derived from the project ID. * Users interact with --project; the CLI maps to /api/shared-mind/{team}/... */ import { Command } from "commander"; import { ForgeOSClient } from "../../shared/client.js"; export declare function registerMindCommands(parent: Command, client: ForgeOSClient): void; //# sourceMappingURL=mind.d.ts.map