/** * Tools barrel export + combined registration */ import type { ServiceContext } from '../types.js'; export declare function registerAllTools(server: any, ctx: ServiceContext): void; export { registerFigmaTools } from './figma-tools.js'; //# sourceMappingURL=index.d.ts.map