import { Any, AnyObject, Options } from "../../types";
import { WindowOperatorInput } from "./_internal";
/** Returns the document position relative to other documents in the $setWindowFields stage partition. */
export declare const $denseRank: (obj: AnyObject, coll: AnyObject[], expr: WindowOperatorInput, options: Options) => Any;
