import type { GenerateCssByGeneratorResult } from '../types.js';
import type { GeneratorPipelineExecutionContext } from './context.js';
export declare function executeGeneratorPipeline(context: GeneratorPipelineExecutionContext): Promise<GenerateCssByGeneratorResult | undefined>;
