/**
 * @fileoverview gRPC-Web generated client stub for sgn.gateway.v1
 * @enhanceable
 * @public
 */
import * as grpcWeb from 'grpc-web';
import * as gateway_gateway_pb from '../gateway/gateway_pb';
import * as sgn_health_v1_health_pb from '../sgn/health/v1/health_pb';
import * as sgn_message_v1_query_pb from '../sgn/message/v1/query_pb';
export declare class WebClient {
    client_: grpcWeb.AbstractClientBase;
    hostname_: string;
    credentials_: null | {
        [index: string]: string;
    };
    options_: null | {
        [index: string]: any;
    };
    constructor(hostname: string, credentials?: null | {
        [index: string]: string;
    }, options?: null | {
        [index: string]: any;
    });
    methodInfoGetTransferConfigs: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetTransferConfigsRequest, gateway_gateway_pb.GetTransferConfigsResponse>;
    getTransferConfigs(request: gateway_gateway_pb.GetTransferConfigsRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetTransferConfigsResponse>;
    getTransferConfigs(request: gateway_gateway_pb.GetTransferConfigsRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetTransferConfigsResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetTransferConfigsResponse>;
    methodInfoGetTransferConfigsForAll: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetTransferConfigsRequest, gateway_gateway_pb.GetTransferConfigsResponse>;
    getTransferConfigsForAll(request: gateway_gateway_pb.GetTransferConfigsRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetTransferConfigsResponse>;
    getTransferConfigsForAll(request: gateway_gateway_pb.GetTransferConfigsRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetTransferConfigsResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetTransferConfigsResponse>;
    methodInfoGetTokenInfo: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetTokenInfoRequest, gateway_gateway_pb.GetTokenInfoResponse>;
    getTokenInfo(request: gateway_gateway_pb.GetTokenInfoRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetTokenInfoResponse>;
    getTokenInfo(request: gateway_gateway_pb.GetTokenInfoRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetTokenInfoResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetTokenInfoResponse>;
    methodInfoEstimateAmt: grpcWeb.MethodDescriptor<gateway_gateway_pb.EstimateAmtRequest, gateway_gateway_pb.EstimateAmtResponse>;
    estimateAmt(request: gateway_gateway_pb.EstimateAmtRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.EstimateAmtResponse>;
    estimateAmt(request: gateway_gateway_pb.EstimateAmtRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.EstimateAmtResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.EstimateAmtResponse>;
    methodInfoGetTransferStatus: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetTransferStatusRequest, gateway_gateway_pb.GetTransferStatusResponse>;
    getTransferStatus(request: gateway_gateway_pb.GetTransferStatusRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetTransferStatusResponse>;
    getTransferStatus(request: gateway_gateway_pb.GetTransferStatusRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetTransferStatusResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetTransferStatusResponse>;
    methodInfoGetLPInfoList: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetLPInfoListRequest, gateway_gateway_pb.GetLPInfoListResponse>;
    getLPInfoList(request: gateway_gateway_pb.GetLPInfoListRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetLPInfoListResponse>;
    getLPInfoList(request: gateway_gateway_pb.GetLPInfoListRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetLPInfoListResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetLPInfoListResponse>;
    methodInfoWithdrawLiquidity: grpcWeb.MethodDescriptor<gateway_gateway_pb.WithdrawLiquidityRequest, gateway_gateway_pb.WithdrawLiquidityResponse>;
    withdrawLiquidity(request: gateway_gateway_pb.WithdrawLiquidityRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.WithdrawLiquidityResponse>;
    withdrawLiquidity(request: gateway_gateway_pb.WithdrawLiquidityRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.WithdrawLiquidityResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.WithdrawLiquidityResponse>;
    methodInfoEstimateWithdrawAmt: grpcWeb.MethodDescriptor<gateway_gateway_pb.EstimateWithdrawAmtRequest, gateway_gateway_pb.EstimateWithdrawAmtResponse>;
    estimateWithdrawAmt(request: gateway_gateway_pb.EstimateWithdrawAmtRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.EstimateWithdrawAmtResponse>;
    estimateWithdrawAmt(request: gateway_gateway_pb.EstimateWithdrawAmtRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.EstimateWithdrawAmtResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.EstimateWithdrawAmtResponse>;
    methodInfoQueryLiquidityStatus: grpcWeb.MethodDescriptor<gateway_gateway_pb.QueryLiquidityStatusRequest, gateway_gateway_pb.QueryLiquidityStatusResponse>;
    queryLiquidityStatus(request: gateway_gateway_pb.QueryLiquidityStatusRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.QueryLiquidityStatusResponse>;
    queryLiquidityStatus(request: gateway_gateway_pb.QueryLiquidityStatusRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.QueryLiquidityStatusResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.QueryLiquidityStatusResponse>;
    methodInfoUnlockFarmingReward: grpcWeb.MethodDescriptor<gateway_gateway_pb.UnlockFarmingRewardRequest, gateway_gateway_pb.UnlockFarmingRewardResponse>;
    unlockFarmingReward(request: gateway_gateway_pb.UnlockFarmingRewardRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.UnlockFarmingRewardResponse>;
    unlockFarmingReward(request: gateway_gateway_pb.UnlockFarmingRewardRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.UnlockFarmingRewardResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.UnlockFarmingRewardResponse>;
    methodInfoGetFarmingRewardDetails: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetFarmingRewardDetailsRequest, gateway_gateway_pb.GetFarmingRewardDetailsResponse>;
    getFarmingRewardDetails(request: gateway_gateway_pb.GetFarmingRewardDetailsRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetFarmingRewardDetailsResponse>;
    getFarmingRewardDetails(request: gateway_gateway_pb.GetFarmingRewardDetailsRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetFarmingRewardDetailsResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetFarmingRewardDetailsResponse>;
    methodInfoTransferHistory: grpcWeb.MethodDescriptor<gateway_gateway_pb.TransferHistoryRequest, gateway_gateway_pb.TransferHistoryResponse>;
    transferHistory(request: gateway_gateway_pb.TransferHistoryRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.TransferHistoryResponse>;
    transferHistory(request: gateway_gateway_pb.TransferHistoryRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.TransferHistoryResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.TransferHistoryResponse>;
    methodInfoLPHistory: grpcWeb.MethodDescriptor<gateway_gateway_pb.LPHistoryRequest, gateway_gateway_pb.LPHistoryResponse>;
    lPHistory(request: gateway_gateway_pb.LPHistoryRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.LPHistoryResponse>;
    lPHistory(request: gateway_gateway_pb.LPHistoryRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.LPHistoryResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.LPHistoryResponse>;
    methodInfoRewardingData: grpcWeb.MethodDescriptor<gateway_gateway_pb.RewardingDataRequest, gateway_gateway_pb.RewardingDataResponse>;
    rewardingData(request: gateway_gateway_pb.RewardingDataRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.RewardingDataResponse>;
    rewardingData(request: gateway_gateway_pb.RewardingDataRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.RewardingDataResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.RewardingDataResponse>;
    methodInfoStakingConfig: grpcWeb.MethodDescriptor<gateway_gateway_pb.StakingConfigRequest, gateway_gateway_pb.StakingConfigResponse>;
    stakingConfig(request: gateway_gateway_pb.StakingConfigRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.StakingConfigResponse>;
    stakingConfig(request: gateway_gateway_pb.StakingConfigRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.StakingConfigResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.StakingConfigResponse>;
    methodInfoUnlockStakingReward: grpcWeb.MethodDescriptor<gateway_gateway_pb.UnlockStakingRewardRequest, gateway_gateway_pb.UnlockStakingRewardResponse>;
    unlockStakingReward(request: gateway_gateway_pb.UnlockStakingRewardRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.UnlockStakingRewardResponse>;
    unlockStakingReward(request: gateway_gateway_pb.UnlockStakingRewardRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.UnlockStakingRewardResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.UnlockStakingRewardResponse>;
    methodInfoGetStakingRewardDetails: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetStakingRewardDetailsRequest, gateway_gateway_pb.GetStakingRewardDetailsResponse>;
    getStakingRewardDetails(request: gateway_gateway_pb.GetStakingRewardDetailsRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetStakingRewardDetailsResponse>;
    getStakingRewardDetails(request: gateway_gateway_pb.GetStakingRewardDetailsRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetStakingRewardDetailsResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetStakingRewardDetailsResponse>;
    methodInfoGetTotalLiquidityProviderTokenBalance: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetTotalLiquidityProviderTokenBalanceRequest, gateway_gateway_pb.GetTotalLiquidityProviderTokenBalanceResponse>;
    getTotalLiquidityProviderTokenBalance(request: gateway_gateway_pb.GetTotalLiquidityProviderTokenBalanceRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetTotalLiquidityProviderTokenBalanceResponse>;
    getTotalLiquidityProviderTokenBalance(request: gateway_gateway_pb.GetTotalLiquidityProviderTokenBalanceRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetTotalLiquidityProviderTokenBalanceResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetTotalLiquidityProviderTokenBalanceResponse>;
    methodInfoUpdateChain: grpcWeb.MethodDescriptor<gateway_gateway_pb.UpdateChainRequest, gateway_gateway_pb.UpdateChainResponse>;
    updateChain(request: gateway_gateway_pb.UpdateChainRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.UpdateChainResponse>;
    updateChain(request: gateway_gateway_pb.UpdateChainRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.UpdateChainResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.UpdateChainResponse>;
    methodInfoUpdateToken: grpcWeb.MethodDescriptor<gateway_gateway_pb.UpdateTokenRequest, gateway_gateway_pb.UpdateTokenResponse>;
    updateToken(request: gateway_gateway_pb.UpdateTokenRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.UpdateTokenResponse>;
    updateToken(request: gateway_gateway_pb.UpdateTokenRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.UpdateTokenResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.UpdateTokenResponse>;
    methodInfoGetCampaignScores: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetCampaignScoresRequest, gateway_gateway_pb.GetCampaignScoresResponse>;
    getCampaignScores(request: gateway_gateway_pb.GetCampaignScoresRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetCampaignScoresResponse>;
    getCampaignScores(request: gateway_gateway_pb.GetCampaignScoresRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetCampaignScoresResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetCampaignScoresResponse>;
    methodInfoGetInfoByTxHash: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetInfoByTxHashRequest, gateway_gateway_pb.GetInfoByTxHashResponse>;
    getInfoByTxHash(request: gateway_gateway_pb.GetInfoByTxHashRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetInfoByTxHashResponse>;
    getInfoByTxHash(request: gateway_gateway_pb.GetInfoByTxHashRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetInfoByTxHashResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetInfoByTxHashResponse>;
    methodInfoGetAbnormalStatusInfo: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetAbnormalStatusInfoRequest, gateway_gateway_pb.GetAbnormalStatusInfoResponse>;
    getAbnormalStatusInfo(request: gateway_gateway_pb.GetAbnormalStatusInfoRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetAbnormalStatusInfoResponse>;
    getAbnormalStatusInfo(request: gateway_gateway_pb.GetAbnormalStatusInfoRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetAbnormalStatusInfoResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetAbnormalStatusInfoResponse>;
    methodInfoGetAllLPInfo: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetAllLPInfoRequest, gateway_gateway_pb.GetAllLPInfoResponse>;
    getAllLPInfo(request: gateway_gateway_pb.GetAllLPInfoRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetAllLPInfoResponse>;
    getAllLPInfo(request: gateway_gateway_pb.GetAllLPInfoRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetAllLPInfoResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetAllLPInfoResponse>;
    methodInfoGetAllTXInfo: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetAllTXInfoRequest, gateway_gateway_pb.GetAllTXInfoResponse>;
    getAllTXInfo(request: gateway_gateway_pb.GetAllTXInfoRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetAllTXInfoResponse>;
    getAllTXInfo(request: gateway_gateway_pb.GetAllTXInfoRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetAllTXInfoResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetAllTXInfoResponse>;
    methodInfoFixEventMiss: grpcWeb.MethodDescriptor<gateway_gateway_pb.FixEventMissRequest, gateway_gateway_pb.FixEventMissResponse>;
    fixEventMiss(request: gateway_gateway_pb.FixEventMissRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.FixEventMissResponse>;
    fixEventMiss(request: gateway_gateway_pb.FixEventMissRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.FixEventMissResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.FixEventMissResponse>;
    methodInfoGetUsrBalance: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetUsrBalanceRequest, gateway_gateway_pb.GetUsrBalanceResponse>;
    getUsrBalance(request: gateway_gateway_pb.GetUsrBalanceRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetUsrBalanceResponse>;
    getUsrBalance(request: gateway_gateway_pb.GetUsrBalanceRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetUsrBalanceResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetUsrBalanceResponse>;
    methodInfoGetAllConfigs: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetAllConfigsRequest, gateway_gateway_pb.GetAllConfigsResponse>;
    getAllConfigs(request: gateway_gateway_pb.GetAllConfigsRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetAllConfigsResponse>;
    getAllConfigs(request: gateway_gateway_pb.GetAllConfigsRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetAllConfigsResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetAllConfigsResponse>;
    methodInfoGetCbrConfigsOnChain: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetCbrConfigsOnChainRequest, gateway_gateway_pb.GetCbrConfigsOnChainResponse>;
    getCbrConfigsOnChain(request: gateway_gateway_pb.GetCbrConfigsOnChainRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetCbrConfigsOnChainResponse>;
    getCbrConfigsOnChain(request: gateway_gateway_pb.GetCbrConfigsOnChainRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetCbrConfigsOnChainResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetCbrConfigsOnChainResponse>;
    methodInfoReportCurrentBlockNumber: grpcWeb.MethodDescriptor<sgn_health_v1_health_pb.ReportSgnAnalyticsRequest, sgn_health_v1_health_pb.ReportSgnAnalyticsResponse>;
    reportCurrentBlockNumber(request: sgn_health_v1_health_pb.ReportSgnAnalyticsRequest, metadata: grpcWeb.Metadata | null): Promise<sgn_health_v1_health_pb.ReportSgnAnalyticsResponse>;
    reportCurrentBlockNumber(request: sgn_health_v1_health_pb.ReportSgnAnalyticsRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: sgn_health_v1_health_pb.ReportSgnAnalyticsResponse) => void): grpcWeb.ClientReadableStream<sgn_health_v1_health_pb.ReportSgnAnalyticsResponse>;
    methodInfoGetCurrentBlockNumberByNode: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetCurrentBlockNumberByNodeRequest, gateway_gateway_pb.GetCurrentBlockNumberByNodeResponse>;
    getCurrentBlockNumberByNode(request: gateway_gateway_pb.GetCurrentBlockNumberByNodeRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetCurrentBlockNumberByNodeResponse>;
    getCurrentBlockNumberByNode(request: gateway_gateway_pb.GetCurrentBlockNumberByNodeRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetCurrentBlockNumberByNodeResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetCurrentBlockNumberByNodeResponse>;
    methodInfoGetRetentionRewardsInfo: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetRetentionRewardsInfoRequest, gateway_gateway_pb.GetRetentionRewardsInfoResponse>;
    getRetentionRewardsInfo(request: gateway_gateway_pb.GetRetentionRewardsInfoRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetRetentionRewardsInfoResponse>;
    getRetentionRewardsInfo(request: gateway_gateway_pb.GetRetentionRewardsInfoRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetRetentionRewardsInfoResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetRetentionRewardsInfoResponse>;
    methodInfoGetIncentiveCampaignCelrRank: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetIncentiveCampaignCelrRankRequest, gateway_gateway_pb.GetIncentiveCampaignCelrRankResponse>;
    getIncentiveCampaignCelrRank(request: gateway_gateway_pb.GetIncentiveCampaignCelrRankRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetIncentiveCampaignCelrRankResponse>;
    getIncentiveCampaignCelrRank(request: gateway_gateway_pb.GetIncentiveCampaignCelrRankRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetIncentiveCampaignCelrRankResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetIncentiveCampaignCelrRankResponse>;
    methodInfoInIncentiveCampaignBnbWhiteList: grpcWeb.MethodDescriptor<gateway_gateway_pb.InIncentiveCampaignBnbWhiteListRequest, gateway_gateway_pb.InIncentiveCampaignBnbWhiteListResponse>;
    inIncentiveCampaignBnbWhiteList(request: gateway_gateway_pb.InIncentiveCampaignBnbWhiteListRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.InIncentiveCampaignBnbWhiteListResponse>;
    inIncentiveCampaignBnbWhiteList(request: gateway_gateway_pb.InIncentiveCampaignBnbWhiteListRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.InIncentiveCampaignBnbWhiteListResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.InIncentiveCampaignBnbWhiteListResponse>;
    methodInfoGetIncentiveCampaignBnbRank: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetIncentiveCampaignBnbRankRequest, gateway_gateway_pb.GetIncentiveCampaignBnbRankResponse>;
    getIncentiveCampaignBnbRank(request: gateway_gateway_pb.GetIncentiveCampaignBnbRankRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetIncentiveCampaignBnbRankResponse>;
    getIncentiveCampaignBnbRank(request: gateway_gateway_pb.GetIncentiveCampaignBnbRankRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetIncentiveCampaignBnbRankResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetIncentiveCampaignBnbRankResponse>;
    methodInfoClaimRetentionRewards: grpcWeb.MethodDescriptor<gateway_gateway_pb.ClaimRetentionRewardsRequest, gateway_gateway_pb.ClaimRetentionRewardsResponse>;
    claimRetentionRewards(request: gateway_gateway_pb.ClaimRetentionRewardsRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.ClaimRetentionRewardsResponse>;
    claimRetentionRewards(request: gateway_gateway_pb.ClaimRetentionRewardsRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.ClaimRetentionRewardsResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.ClaimRetentionRewardsResponse>;
    methodInfoGetBscCampaignInfo: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetBscCampaignInfoRequest, gateway_gateway_pb.GetBscCampaignInfoResponse>;
    getBscCampaignInfo(request: gateway_gateway_pb.GetBscCampaignInfoRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetBscCampaignInfoResponse>;
    getBscCampaignInfo(request: gateway_gateway_pb.GetBscCampaignInfoRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetBscCampaignInfoResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetBscCampaignInfoResponse>;
    methodInfoClaimGetBscCampaignReward: grpcWeb.MethodDescriptor<gateway_gateway_pb.ClaimGetBscCampaignRewardRequest, gateway_gateway_pb.ClaimGetBscCampaignRewardResponse>;
    claimGetBscCampaignReward(request: gateway_gateway_pb.ClaimGetBscCampaignRewardRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.ClaimGetBscCampaignRewardResponse>;
    claimGetBscCampaignReward(request: gateway_gateway_pb.ClaimGetBscCampaignRewardRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.ClaimGetBscCampaignRewardResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.ClaimGetBscCampaignRewardResponse>;
    methodInfoGetFeeRebateInfo: grpcWeb.MethodDescriptor<gateway_gateway_pb.GetFeeRebateInfoRequest, gateway_gateway_pb.GetFeeRebateInfoResponse>;
    getFeeRebateInfo(request: gateway_gateway_pb.GetFeeRebateInfoRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.GetFeeRebateInfoResponse>;
    getFeeRebateInfo(request: gateway_gateway_pb.GetFeeRebateInfoRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.GetFeeRebateInfoResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.GetFeeRebateInfoResponse>;
    methodInfoClaimFeeRebate: grpcWeb.MethodDescriptor<gateway_gateway_pb.ClaimFeeRebateRequest, gateway_gateway_pb.ClaimFeeRebateResponse>;
    claimFeeRebate(request: gateway_gateway_pb.ClaimFeeRebateRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.ClaimFeeRebateResponse>;
    claimFeeRebate(request: gateway_gateway_pb.ClaimFeeRebateRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.ClaimFeeRebateResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.ClaimFeeRebateResponse>;
    methodInfoClaimPegBridgeFee: grpcWeb.MethodDescriptor<gateway_gateway_pb.ClaimPegBridgeFeeRequest, gateway_gateway_pb.ClaimPegBridgeFeeResponse>;
    claimPegBridgeFee(request: gateway_gateway_pb.ClaimPegBridgeFeeRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.ClaimPegBridgeFeeResponse>;
    claimPegBridgeFee(request: gateway_gateway_pb.ClaimPegBridgeFeeRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.ClaimPegBridgeFeeResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.ClaimPegBridgeFeeResponse>;
    methodInfoInitWithdraw: grpcWeb.MethodDescriptor<gateway_gateway_pb.InitWithdrawRequest, gateway_gateway_pb.InitWithdrawResponse>;
    initWithdraw(request: gateway_gateway_pb.InitWithdrawRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.InitWithdrawResponse>;
    initWithdraw(request: gateway_gateway_pb.InitWithdrawRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.InitWithdrawResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.InitWithdrawResponse>;
    methodInfoInitPegRefund: grpcWeb.MethodDescriptor<gateway_gateway_pb.InitPegRefundRequest, gateway_gateway_pb.InitPegRefundResponse>;
    initPegRefund(request: gateway_gateway_pb.InitPegRefundRequest, metadata: grpcWeb.Metadata | null): Promise<gateway_gateway_pb.InitPegRefundResponse>;
    initPegRefund(request: gateway_gateway_pb.InitPegRefundRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: gateway_gateway_pb.InitPegRefundResponse) => void): grpcWeb.ClientReadableStream<gateway_gateway_pb.InitPegRefundResponse>;
    methodInfoExecutionContexts: grpcWeb.MethodDescriptor<sgn_message_v1_query_pb.QueryExecutionContextsRequest, sgn_message_v1_query_pb.QueryExecutionContextsResponse>;
    executionContexts(request: sgn_message_v1_query_pb.QueryExecutionContextsRequest, metadata: grpcWeb.Metadata | null): Promise<sgn_message_v1_query_pb.QueryExecutionContextsResponse>;
    executionContexts(request: sgn_message_v1_query_pb.QueryExecutionContextsRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: sgn_message_v1_query_pb.QueryExecutionContextsResponse) => void): grpcWeb.ClientReadableStream<sgn_message_v1_query_pb.QueryExecutionContextsResponse>;
}
