import { BigNumber } from '@ethersproject/bignumber';
export interface Rebase {
    base: BigNumber;
    elastic: BigNumber;
}
