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