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