declare function defaultNow(): Date;
declare const getDefaultNow: typeof defaultNow;
export default getDefaultNow;
