/** * Configuration CLI Commands - 1 command */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerConfigurationCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=configuration-commands.d.ts.map