import { FunctionDefinition } from '../constants/interfaces';
/**
 * `POWER` Returns the value of the first argument raised to the power of the second argument.
 */
export declare const POWER: FunctionDefinition;
