import { BigNumberish } from 'ethers'; export declare function isValidAmount(amount: BigNumberish): boolean;