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