import { ExpressionOperator } from"../../../types";
/**
* A ternary operator that evaluates one expression,
* and depending on the result returns the value of one following expressions.
*
* @param obj
* @param expr
*/
export declareconst$cond: ExpressionOperator;