import { type Address, type Client } from "viem";
export declare const name: (client: Client, parameters: {
    address: Address;
}) => Promise<string>;
//# sourceMappingURL=name.d.ts.map