import dayjs from 'dayjs'; import BigNumber from 'bignumber.js'; export interface ThisContext { dayjs: typeof dayjs; BigNumber: typeof BigNumber; }