import type { Builder, BuilderContext } from './types.js'; export declare function createCssBuilder(context: BuilderContext): Builder;