import { FunctionDefinition } from '../constants/interfaces';
/**
 * Returns the number of the HOUR in a Date.
 */
export declare const HOUR: FunctionDefinition;
