import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { GetVideoInfoArgs } from '../types/index.js';
/**
 * 获取视频信息工具
 */
export declare const getVideoInfoTool: Tool;
/**
 * 处理获取视频信息请求
 */
export declare function handleGetVideoInfo(args: GetVideoInfoArgs): Promise<any>;
//# sourceMappingURL=info.d.ts.map