import { RequestOptions } from '../../types/api-types.js'; import { CompanyEnrichmentParams, CompanyEnrichmentResponse, EnrichmentType, PersonEnrichmentParams, PersonEnrichmentResponse } from '../../types/enrichment-types.js'; declare const _default: (basePath: string, sandboxBasePath: string, apiKey: string, params: T, type: EnrichmentType, options?: RequestOptions) => Promise; export default _default; //# sourceMappingURL=index.d.ts.map