import { StorageElementType } from '@drincs/pixi-vn';
import { PixiVNJsonValueGet } from '@drincs/pixi-vn-json';
import { ArithmeticFunctions } from '../types/parserItems/NativeFunctions.js';
import VariableReference from '../types/parserItems/VariableReference.js';

declare function arithmeticParser(data: (ArithmeticFunctions | VariableReference)[], labelKey: string, paramNames: string[]): PixiVNJsonValueGet | StorageElementType | undefined;

export { arithmeticParser };
