import { Options } from '../../../core'; /** * Takes two numbers and divides the first number by the second. * * @param obj * @param expr * @returns {number} */ export declare function $divide(obj: object, expr: any, options: Options): number;