import { Prefixes, ProcessorOptions } from '../types.js.js'; export declare function getPrefixes(options: ProcessorOptions): Prefixes; export declare function processCssVariables(rawCssVars: string, variablePrefix: string): string;