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