import { GetCoinCommentsData, GetCoinCommentsResponse, GetCoinData, GetCoinHoldersData, GetCoinHoldersResponse, GetCoinPriceHistoryData, GetCoinPriceHistoryResponse, GetCoinResponse, GetCoinsData, GetCoinsResponse, GetCoinSwapsData, GetCoinSwapsResponse, GetProfileBalancesData, GetProfileBalancesResponse, GetProfileCoinsData, GetProfileCoinsResponse, GetProfileData, GetProfileResponse, GetFeaturedCreatorsData, GetFeaturedCreatorsResponse, GetTraderLeaderboardData, GetTraderLeaderboardResponse, GetProfileSocialResponse, GetProfileSocialData, GetTokenInfoData, GetTokenInfoResponse, GetContentCoinPoolConfigData, GetContentCoinPoolConfigResponse, GetCreatorCoinPoolConfigData, GetCreatorCoinPoolConfigResponse, GetCreatorLivestreamCommentsData, GetCreatorLivestreamCommentsResponse, GetWalletTradeActivityData, GetWalletTradeActivityResponse } from "../client/types.gen"; import { RequestOptionsType } from "./query-types"; import { RequestResult } from "@hey-api/client-fetch"; export type { RequestResult }; type GetCoinQuery = GetCoinData["query"]; export type { GetCoinQuery, GetCoinData }; export type { GetCoinResponse } from "../client/types.gen"; export type CoinData = NonNullable; export declare const getCoin: (query: GetCoinQuery, options?: RequestOptionsType) => Promise>; type GetCoinsQuery = GetCoinsData["query"]; export type { GetCoinsQuery, GetCoinsData }; export type { GetCoinsResponse } from "../client/types.gen"; export declare const getCoins: (query: GetCoinsQuery, options?: RequestOptionsType) => Promise>; type GetCoinHoldersQuery = GetCoinHoldersData["query"]; export type { GetCoinHoldersQuery, GetCoinHoldersData }; export type { GetCoinHoldersResponse } from "../client/types.gen"; export declare const getCoinHolders: (query: GetCoinHoldersQuery, options?: RequestOptionsType) => Promise>; type GetCoinPriceHistoryQuery = GetCoinPriceHistoryData["query"]; export type { GetCoinPriceHistoryQuery, GetCoinPriceHistoryData }; export type { GetCoinPriceHistoryResponse } from "../client/types.gen"; export declare const getCoinPriceHistory: (query: GetCoinPriceHistoryQuery, options?: RequestOptionsType) => Promise>; type GetCoinSwapsQuery = GetCoinSwapsData["query"]; export type { GetCoinSwapsQuery, GetCoinSwapsData }; export type { GetCoinSwapsResponse } from "../client/types.gen"; export declare const getCoinSwaps: (query: GetCoinSwapsQuery, options?: RequestOptionsType) => Promise>; type GetCoinCommentsQuery = GetCoinCommentsData["query"]; export type { GetCoinCommentsQuery, GetCoinCommentsData }; export type { GetCoinCommentsResponse } from "../client/types.gen"; export declare const getCoinComments: (query: GetCoinCommentsQuery, options?: RequestOptionsType) => Promise>; type GetProfileQuery = GetProfileData["query"]; export type { GetProfileQuery, GetProfileData }; export type { GetProfileResponse } from "../client/types.gen"; export declare const getProfile: (query: GetProfileQuery, options?: RequestOptionsType) => Promise>; type GetProfileCoinsQuery = GetProfileCoinsData["query"]; export type { GetProfileCoinsQuery, GetProfileCoinsData }; export type { GetProfileCoinsResponse } from "../client/types.gen"; export declare const getProfileCoins: (query: GetProfileCoinsQuery, options?: RequestOptionsType) => Promise>; type GetProfileBalancesQuery = GetProfileBalancesData["query"]; export type { GetProfileBalancesQuery, GetProfileBalancesData }; export type { GetProfileBalancesResponse } from "../client/types.gen"; export declare const getProfileBalances: (query: GetProfileBalancesQuery, options?: RequestOptionsType) => Promise>; type GetProfileSocialQuery = GetProfileSocialData["query"]; export type { GetProfileSocialQuery, GetProfileSocialData }; export type { GetProfileSocialResponse } from "../client/types.gen"; export declare const getProfileSocial: (query: GetProfileSocialQuery, options?: RequestOptionsType) => Promise>; type GetTokenInfoQuery = GetTokenInfoData["query"]; export type { GetTokenInfoQuery, GetTokenInfoData }; export type { GetTokenInfoResponse } from "../client/types.gen"; export declare const getTokenInfo: (query: GetTokenInfoQuery, options?: RequestOptionsType) => Promise>; type GetFeaturedCreatorsQuery = GetFeaturedCreatorsData["query"]; export type { GetFeaturedCreatorsQuery, GetFeaturedCreatorsData }; export type { GetFeaturedCreatorsResponse } from "../client/types.gen"; export declare const getFeaturedCreators: (query?: GetFeaturedCreatorsQuery, options?: RequestOptionsType) => Promise>; type GetTraderLeaderboardQuery = GetTraderLeaderboardData["query"]; export type { GetTraderLeaderboardQuery, GetTraderLeaderboardData }; export type { GetTraderLeaderboardResponse } from "../client/types.gen"; export declare const getTraderLeaderboard: (query?: GetTraderLeaderboardQuery, options?: RequestOptionsType) => Promise>; type GetContentCoinPoolConfigQuery = GetContentCoinPoolConfigData["query"]; export type { GetContentCoinPoolConfigQuery, GetContentCoinPoolConfigData }; export type { GetContentCoinPoolConfigResponse } from "../client/types.gen"; export declare const getContentCoinPoolConfig: (query: GetContentCoinPoolConfigQuery, options?: RequestOptionsType) => Promise>; type GetCreatorCoinPoolConfigQuery = GetCreatorCoinPoolConfigData["query"]; export type { GetCreatorCoinPoolConfigQuery, GetCreatorCoinPoolConfigData }; export type { GetCreatorCoinPoolConfigResponse } from "../client/types.gen"; export declare const getCreatorCoinPoolConfig: (query: GetCreatorCoinPoolConfigQuery, options?: RequestOptionsType) => Promise>; type GetCreatorLivestreamCommentsQuery = GetCreatorLivestreamCommentsData["query"]; export type { GetCreatorLivestreamCommentsQuery, GetCreatorLivestreamCommentsData, }; export type { GetCreatorLivestreamCommentsResponse } from "../client/types.gen"; export declare const getCreatorLivestreamComments: (query: GetCreatorLivestreamCommentsQuery, options?: RequestOptionsType) => Promise>; type GetWalletTradeActivityQuery = GetWalletTradeActivityData["query"]; export type { GetWalletTradeActivityQuery, GetWalletTradeActivityData }; export type { GetWalletTradeActivityResponse } from "../client/types.gen"; export declare const getWalletTradeActivity: (query: GetWalletTradeActivityQuery, options?: RequestOptionsType) => Promise>; //# sourceMappingURL=queries.d.ts.map