import * as $dara from '@darabonba/typescript'; import { MCPBackendConfig } from "./McpbackendConfig"; import { MCPMatch } from "./Mcpmatch"; export declare class MCPAPI extends $dara.Model { backendConfig?: MCPBackendConfig; description?: string; exposedUriPath?: string; match?: MCPMatch; mcpStatisticsEnable?: boolean; protocol?: string; toolId?: string; toolsConfig?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }