import { Any, AnyObject, Options } from "../../../types";
/**
 * Takes two numbers and divides the first number by the second.
 */
export declare const $divide: (obj: AnyObject, expr: Any, options: Options) => number;
