/** * Query Command - Mini-swarm for intelligent web research * * Combines MCP web research tools with Gemini Flash (free tier) for * comprehensive knowledge gathering with cost optimization */ import { Command } from "commander"; /** * Query Command Definition */ export declare class QueryCommand extends Command { constructor(); /** * Display query results based on format */ private displayResults; } export default QueryCommand; //# sourceMappingURL=query.d.ts.map