import { NftStats, ShopStats } from '@liqnft/candy-shop-types'; import { AxiosInstance } from 'axios'; export declare function fetchStatsById(axiosInstance: AxiosInstance, storeId: string): Promise; export declare function fetchStatsMintById(axiosInstance: AxiosInstance, storeId: string, mint: string): Promise;