/** * Image Download CLI Commands - maps to download-figma-images MCP tool */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerImageCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=image-commands.d.ts.map