import { ethers } from 'ethers'; import { JsonRpcSender } from "./types.js"; export declare function isJsonRpcProvider(cand: any): cand is ethers.JsonRpcProvider; export declare function isJsonRpcSender(cand: any): cand is JsonRpcSender;