import { ComponentValue } from '@csstools/css-parser-algorithms';
import { Globals } from '../util/globals';
export declare function resolveGlobalsAndConstants(nodes: Array<ComponentValue>, globals: Globals): Array<ComponentValue>;
