import { AxiosInstance } from 'axios'; import { TResponse } from '@providers/models'; import { IWinterGetNFTs } from '@providers/models/winter'; export declare const getNFTsWinter: (instance: AxiosInstance, email: string, projectId?: number) => Promise>; //# sourceMappingURL=getNFTs.d.ts.map