/** * Make a request to the Indexer.xyz API (NFTs). */ export declare function apiRequestIndexer(apiUser: string, apiKey: string, query: string): Promise;