import { Options } from '../../../core'; /** * Raises a number to the specified exponent and returns the result. * * @param obj * @param expr * @returns {Object} */ export declare function $pow(obj: object, expr: any, options: Options): number;