/**
 * TokensService provides token information and metadata
 *
 * @generated from service gfxcafe.oku.account.v1.TokensService
 */
export declare const TokensService: {
    readonly typeName: "gfxcafe.oku.account.v1.TokensService";
    readonly methods: {
        /**
         * Get token details by chain and address (/tokens/{chain}/{address})
         *
         * @generated from rpc gfxcafe.oku.account.v1.TokensService.ChainAddress
         */
        readonly chainAddress: {
            readonly name: "ChainAddress";
            readonly I: any;
            readonly O: any;
            readonly kind: any;
        };
    };
};
