import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { FeishuToolDeps } from './types.js'; /** Tool names exposed by the cortex-feishu MCP server (kept in sync for verification). */ export declare const FEISHU_TOOL_NAMES: readonly string[]; export declare function registerFeishuTools(server: McpServer, deps: FeishuToolDeps): void; export type { FeishuToolDeps } from './types.js';