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