import type { GenerateCssByGeneratorOptions, GenerateCssByGeneratorResult } from './types.js';
export declare function generateCssByGenerator(options: GenerateCssByGeneratorOptions): Promise<GenerateCssByGeneratorResult | undefined>;
