import { FetchBulkSuggestion, FetchWalletNfts } from './types';
declare type CreateFetchWalletNfts = (apiDomain: string) => FetchWalletNfts;
export declare const createFetchWalletNfts: CreateFetchWalletNfts;
declare type CreateFetchBulkSuggestion = (apiDomain: string) => FetchBulkSuggestion;
export declare const createFetchBulkSuggestion: CreateFetchBulkSuggestion;
export {};
