import { FunctionDefinition } from '../constants/interfaces';
/**
 * Returns the millisecond of a datetime value. The millisecond is given as an integer ranging from 0 to 999
 */
export declare const MILLISECOND: FunctionDefinition;
