/** * Security CLI Commands - 4 commands for connection references and security roles */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerSecurityCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=security-commands.d.ts.map