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