import { BaseResponse, RequestOptions } from '../../types/api-types.js'; import { BaseSearchParams, SearchType } from '../../types/search-types.js'; declare const _default: (basePath: string, sandboxBasePath: string, apiKey: string, searchType: SearchType, params: T, type: string, options?: RequestOptions) => Promise; export default _default; //# sourceMappingURL=index.d.ts.map