import { BlockExplorerParams } from "./index.js"; /** * Creates a terminal-friendly link to an address on a block explorer. * * @param address - The Ethereum address. * @param params - Optional parameters for constructing the block explorer URL. * @returns A promise that resolves to a string containing the terminal-friendly link. */ export declare function addressLink(address: string, params?: BlockExplorerParams): Promise;