/** * Extract all --n-* custom property declarations from CSS source files, * resolve color tokens to final oklch() values via a probe element, * and generate a downloadable tokens-computed.css. */ /** Download resolved CSS tokens for the given source files. */ export declare function exportCss(paths: string[], filenamePrefix: string): Promise; /** * Resolve tokens from CSS source files, then map to Figma Variables JSON and * export with both light and dark modes. Also includes any non-family tokens * from the source files as flat Figma variables. */ export declare function exportFigma(paths: string[]): Promise; //# sourceMappingURL=colors.export.d.ts.map