import moment from 'moment'; export declare function today(useLocalToday?: boolean): moment.Moment; export declare function now(): moment.Moment; export declare function isValidDate(d: moment.Moment): boolean; export declare function makeTimeString(d: moment.Moment): string; export declare function fillNumber(d: number): string; export declare function insertNewObjectData(object: any, newObject: any): void; export declare function compareObjectsByKeys(object: any, newObject: any): boolean;