import dayjs, { Dayjs } from 'dayjs';
declare const businessTime: (option: any, DayjsClass: typeof Dayjs, dayjsFactory: typeof dayjs) => void;
export default businessTime;
