import { EthereumConfig } from '@irys/web-upload-ethereum/ethereum'; export declare const getV6Adapter: (base: { new (...args: any): EthereumConfig; }) => { new (...args: any): EthereumConfig; };