import { default as dayjs } from 'dayjs'; declare function parseTime(time: string): dayjs.Dayjs; export { parseTime }; //# sourceMappingURL=time.d.ts.map