/** * Query CLI Commands - 6 commands for KQL queries, log search, and investigation */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerQueryCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=query-commands.d.ts.map