#!/usr/bin/env node /** * @mcp-consultant-tools/figma * * MCP server for Figma integration. * Entry point: MCP server startup + backward-compatible registerFigmaTools(). */ /** * Register Figma tools to an MCP server. * Backward-compatible API for the meta package. */ export declare function registerFigmaTools(server: any): void; export { FigmaService } from './services/figma-service.js'; export type { FigmaConfig, FigmaDataOptions } from './models/index.js'; export type { ServiceContext } from './types.js'; //# sourceMappingURL=index.d.ts.map