import type { BaseAstNode } from './ast-types.ts'; export declare function stringifyCSSValue(ast: BaseAstNode | BaseAstNode[]): string; //# sourceMappingURL=value-stringify.d.ts.map