type McpDenoConfig = { unstable: Array; nodeModulesDir: "auto"; imports: Record; compilerOptions: { skipLibCheck: boolean; types: Array; }; }; export declare function buildMcpDenoConfig(): McpDenoConfig; export declare function writeMcpDenoConfigSync(outputPath: string): string; export declare function ensureTempMcpDenoConfigSync(): string; export {}; //# sourceMappingURL=mcp_deno_config.d.ts.map