import { Options } from '../../../core'; /** * Computes the product of an array of numbers. * * @param obj * @param expr * @returns {Object} */ export declare function $multiply(obj: object, expr: any, options: Options): number;