import { PublicClient } from "viem"; /** * Lookup an address in the NNS registry with fallback to ENS */ export declare function lookupAddress(client: PublicClient, address: string | `0x${string}`): Promise;