import { ExpressionOperator } from "../../core";
/**
 * Returns an approximation of the median, the 50th percentile, as a scalar value.
 *
 * @param obj The current object
 * @param expr The operator expression
 * @param options Options to use for processing
 * @returns {number}
 */
export declare const $median: ExpressionOperator;
