import { WhitelistNft } from 'solana-candy-shop-schema/dist'; import { ListBase, CandyShop } from 'solana-candy-shop-schema/src/response/index'; import { AxiosInstance } from 'axios'; export declare function fetchShopByWalletAddress(axiosInstance: AxiosInstance, walletAddress: string): Promise>; export declare function fetchShopWhitelistNftByShopId(axiosInstance: AxiosInstance, shopId: string): Promise>; //# sourceMappingURL=ShopAPI.d.ts.map