import { ExternalProvider, JsonRpcFetchFunc, Web3LegacySend } from "./types"; export declare function buildWeb3LegacyFetcher(provider: ExternalProvider, sendFunc: Web3LegacySend): JsonRpcFetchFunc; export declare function buildEip1193Fetcher(provider: ExternalProvider): JsonRpcFetchFunc;