import { Options } from '../../../core'; /** * Calculates the log of a number in the specified base and returns the result as a double. * * @param obj * @param expr * @returns {number} */ export declare function $log(obj: object, expr: any, options: Options): number | null;