import * as _moment from 'moment'; declare const moment: typeof import("moment"); export declare const getDayNow: (mode?: string) => _moment.Moment; export declare const getDayEnd100: () => string; export declare const getDayStart100: () => string; export default moment;