import { type FunctionNode } from 'postcss-value-parser';
export declare const isVar: (node: FunctionNode) => boolean;
