import { type Address, type Chain, type PublicClient, type Transport } from "viem"; import { AddressProviderV310Contract } from "../../sdk/index.js"; export declare class AddressProviderContract extends AddressProviderV310Contract { constructor(addr: Address, client: PublicClient); getAddressOrRevert(key: string, version?: bigint): Promise
; getLatestVersionAddress(key: string): Promise
; getLatestVersion(key: string): Promise; }