import { AnyObject } from "../../types";
/** Multiply the value of a field by a number. */
export declare function $mul(expr: Record<string, number>, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];
