/** * SQL CLI Commands - 2 commands mapping to SQL MCP tools */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerSqlCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=sql-commands.d.ts.map