/** * `fozikio tools` — list and search cortex tools by category. * * Flags: * --category only show tools in this category * --json emit structured JSON instead of formatted text * --search case-insensitive substring match on name/description/whenToUse */ export declare function runToolsCmd(argv: string[]): void; //# sourceMappingURL=tools-cmd.d.ts.map