import type { AuthContext } from '../types.js'; export declare function handleFigmaSync(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; //# sourceMappingURL=figma-sync.d.ts.map