import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the month for a date as a number between 1 (January) and 12 (December).
 */
export declare const $month: (obj: AnyObject, expr: Any, options: Options) => number;
