import * as typescriptFetch from "./generated/typescriptFetch"; export * from "./generated/typescriptFetch"; export declare const createClient: (configuration?: typescriptFetch.Configuration | undefined, fetch?: typescriptFetch.FetchAPI | undefined, basePath?: string | undefined) => { assets: { getAssets(options?: any): Promise; getTokenStats(options?: any): Promise; getTokenStatsPMTP(options?: any): Promise; getTokenValue(symbol: string, options?: any): Promise; }; network: { cmcTotalDailyVolume(options?: any): Promise; getCmcSummary(options?: any): Promise; getDailyPrice(options?: any): Promise; getDispensation(type: string, options?: any): Promise; getHistoricalPrice(symbol: string, options?: any): Promise; getNetChange(symbol: string, lpAddress: string, options?: any): Promise; getNetworkInfo(options?: any): Promise; getRewardConfig(type: string, options?: any): Promise; getRewardUser(address: string, options?: any): Promise; getSummary(options?: any): Promise; }; pools: { getLiquidityProvider(symbol: string, lpAddress: string, options?: any): Promise; getLiquidityProviders(symbol: string, options?: any): Promise; getLuca(symbol: string, options?: any): Promise; getPool(symbol: string, options?: any): Promise; getPoolShare(symbol: string, lpAddress: string, options?: any): Promise; getPools(options?: any): Promise; }; stats: { cmcCirculatingSupply(options?: any): Promise; cmcTotalSupply(options?: any): Promise; getCirculatingSupply(options?: any): Promise; getStakingRewards(options?: any): Promise; getTotalSupply(options?: any): Promise; }; trades: { getCompetitionRanks(type: string, options?: any): Promise; getCompetitionRanksByToken(token: string, type: string, options?: any): Promise; getTrades(marketPair: string, options?: any): Promise; }; validators: { getDelegator(delegatorAddress: string, options?: any): Promise; getDelegators(validatorAddress: string, options?: any): Promise; getInactiveValidators(options?: any): Promise; getTotalStakedByDelegators(options?: any): Promise; getValidator(validatorAddress: string, options?: any): Promise; getValidators(options?: any): Promise; }; };