import { WithRetry } from "./with.retry"; export declare type GetNetworkId = () => Promise; export default function provideGetNetworkId(withRetry: WithRetry, ethersProviderSend: (method: string, params: any[]) => Promise): () => Promise;