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