import { Any, AnyObject, Options } from "../../../types";
/** Returns the inverse tangent (arc tangent) of a value in radians. */
export declare const $atan: (obj: AnyObject, expr: Any, options: Options) => Any;
