import { BigNumber } from '@ethersproject/bignumber'; export declare const isSameAddress: (address1: string, address2: string) => boolean; export declare function safeParseFixed(value: string, decimals?: number): BigNumber;