export declare type FigmaMetadata = { /** * The document URL for the figma document */ documentUrl?: string; /** * The nodeId generated by Figma */ nodeId?: string; }; //# sourceMappingURL=figma.d.ts.map