/**
 * Convert a Date object into a numeric representation e.g. 20190417
 */
export declare function getDateNumber(date: Date): number;
