/** * Integration CLI Commands - 5 commands for integration audit and environment variables */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerIntegrationCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=integration-commands.d.ts.map