/** * Wiki CLI Commands - 11 commands mapping to wiki MCP tools */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerWikiCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=wiki-commands.d.ts.map