import { Options } from '../../../core'; /** * Returns the month for a date as a number between 1 (January) and 12 (December). * @param obj * @param expr */ export declare function $month(obj: object, expr: any, options: Options): number;