import { BigNumber } from '@ethersproject/bignumber';
export declare const bnToAddress: (bn: BigNumber | number) => string;
