import { Any, AnyObject, Options } from "../../types";
import { WindowOperatorInput } from "./_internal";
/** Returns the position of a document in the $setWindowFields stage partition. */
export declare const $documentNumber: (_obj: AnyObject, _coll: AnyObject[], expr: WindowOperatorInput, _options: Options) => Any;
