/** * Variable Group CLI Commands - 2 commands */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerVariableGroupCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=variable-group-commands.d.ts.map