import { NftStats, ShopStats } from 'solana-candy-shop-schema/dist'; import { AxiosInstance } from 'axios'; export declare function fetchStatsById(axiosInstance: AxiosInstance, storeId: string): Promise; export declare function fetchStatsMintById(axiosInstance: AxiosInstance, storeId: string, mint: string): Promise; //# sourceMappingURL=StatsAPI.d.ts.map