/**
 * WalletService provides wallet-related functionality
 *
 * @generated from service gfxcafe.oku.account.v1.WalletService
 */
export declare const WalletService: {
    readonly typeName: "gfxcafe.oku.account.v1.WalletService";
    readonly methods: {
        /**
         * Get token holdings for a wallet address (/wallet/{address}/holdings)
         *
         * @generated from rpc gfxcafe.oku.account.v1.WalletService.AddressHoldings
         */
        readonly addressHoldings: {
            readonly name: "AddressHoldings";
            readonly I: any;
            readonly O: any;
            readonly kind: any;
        };
    };
};
