import { Any, Options } from "../../types";
/**
 * Returns the bottom element within a group according to the specified sort order.
 */
export declare const $bottom: (coll: Any[], expr: Any, options: Options) => unknown[];
