import type { KlawConfig } from "../config/types.klaw.js"; import type { BundleMcpDiagnostic, BundleMcpServerConfig } from "../plugins/bundle-mcp.js"; type EmbeddedPiMcpConfig = { mcpServers: Record; diagnostics: BundleMcpDiagnostic[]; }; export declare function loadEmbeddedPiMcpConfig(params: { workspaceDir: string; cfg?: KlawConfig; }): EmbeddedPiMcpConfig; export {};