import { TxType } from '../../../constants'; export declare class GetTxRewardsRequest { transactionType: TxType; blockchain: string; usdQuoteTokenAmount: string; walletAddress: string; isSimulated: boolean; }