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