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