import { Any, AnyObject, Options } from "../../../types";
/**
 * Calculates the log base 10 of a number and returns the result as a double.
 */
export declare const $log10: (obj: AnyObject, expr: Any, options: Options) => number | null;
