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