import { Any, AnyObject, Options } from "../../../types";
/**
 * Takes two numbers and calculates the modulo of the first number divided by the second.
 */
export declare const $mod: (obj: AnyObject, expr: [Any, Any], options: Options) => number;
