/**
 * 获取多少天的毫秒数 默认获取1天的
 */
declare function getDayMillisecond(day?: number): number;

export { getDayMillisecond };
