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