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