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