import { Any, AnyObject, Options } from "../../../types";
/**
 * Raises a number to the specified exponent and returns the result.
 */
export declare const $pow: (obj: AnyObject, expr: Any, options: Options) => number;
