export interface MCPTool {
    name: string;
    description: string;
    inputSchema: {
        type: 'object';
        properties: Record<string, any>;
        required?: string[];
    };
}
export declare const v2CoreTools: MCPTool[];
//# sourceMappingURL=v2-core-tools.d.ts.map