/** * Build CSS custom properties (variables) from Seeds theme objects */ /** * Build a combined CSS file with both light and dark themes. Exported so tests * can assert the source theme (extended sproutTheme) actually feeds the output. */ export declare function generateCombinedCSS(): string; /** * Main build function for CSS variables */ export declare function buildCSSVariables(): Promise; //# sourceMappingURL=buildCSS.d.ts.map