import type { TokenNode } from '@csstools/css-parser-algorithms';
export type Operation = (inputs: Array<TokenNode>) => TokenNode | -1;
