import type { McpServerConfig } from "./config.js"; /** * Load Dispatch-managed workspace MCP server resources for this app. * * Resources live in Dispatch's `workspace_resources` table with * `kind = "mcp-server"` and paths under `mcp-servers/*.json`. All-app rows * are loaded everywhere; selected rows are loaded only when granted to the * current `AGENT_NATIVE_WORKSPACE_APP_ID`. */ export declare function loadWorkspaceMcpServers(options?: { workspaceAppId?: string | null; userEmail?: string | null; orgId?: string | null; }): Promise>; //# sourceMappingURL=workspace-servers.d.ts.map