import { Web3Client } from '../clients/Web3Client'; import { TPlatform } from '../models/TPlatform'; export declare class FlashbotWeb3Client extends Web3Client { platform: TPlatform; chainId: number; chainToken: string; TIMEOUT: number; defaultGasLimit: number; constructor(opts: any); }