import { ExpressionOperator } 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 declareconst$atan2: ExpressionOperator;