/** * 获取一天的开始时间 * @param time 时间戳 * @example start_day(new Date()); */ export default function start_day(time: number | string): number;