import { RequestOptions } from '../../types/api-types.js'; import { BulkPersonEnrichmentParams, BulkPersonEnrichmentResponse } from '../../types/bulk-types.js'; declare const _default: (basePath: string, apiKey: string, records: BulkPersonEnrichmentParams, options?: RequestOptions) => Promise; export default _default; //# sourceMappingURL=index.d.ts.map