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