/** * CLI Commands barrel export + combined registration */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerAllCommands(program: Command, ctx: ServiceContext): void; export { registerFigmaDataCommands } from './figma-data-commands.js'; export { registerSemanticCommands } from './semantic-commands.js'; export { registerAdoStoryCommands } from './ado-story-commands.js'; export { registerImageCommands } from './image-commands.js'; //# sourceMappingURL=index.d.ts.map