import type { MCPServer, MCPTool } from 'jamis-core';
import type { SchemaObject } from '../types';
export declare const designSchemaMCP: {
server: MCPServer;
tools: {
[key: string]: {
config: MCPTool;
callTool: any;
toolBlock: SchemaObject[];
};
};
};