#!/usr/bin/env -S node -r @swc-node/register /** * Create the CSS file containing the CSS variables for each theme. */ export declare function createCssFile(folderPath: string, prefix?: string): void;