export declare const EthereumGasEtherscanPayloadPlugin: () => import("@xyo-network/sdk-js").PayloadPlugin<{ schema: "network.xyo.blockchain.ethereum.gas.etherscan" & { readonly __schema: true; }; message: string; result: { FastGasPrice: string; LastBlock: string; ProposeGasPrice: string; SafeGasPrice: string; gasUsedRatio: string; suggestBaseFee: string; }; status: string; timestamp: number; }>; //# sourceMappingURL=Plugin.d.ts.map