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