import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the inverse tangent (arc tangent) of y / x in radians, where y and x are the first and second values passed to the expression respectively. */
export declare const $atan2: (obj: AnyObject, expr: Any, options: Options) => number | null;
