/** * Semantic Extraction CLI Commands - maps to get-figma-semantic MCP tool */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerSemanticCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=semantic-commands.d.ts.map