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