import { type FunctionNode, type Node } from 'postcss-value-parser';
export declare const isFunction: (node: Node) => node is FunctionNode;
