import { type LoadOptions } from '@fingerprintjs/fingerprintjs-pro';
import type { FpKeyResponse } from '../types';
export declare const getFingerprintLoadConfig: (apiKey: string, fishermanConfigResponse: FpKeyResponse) => LoadOptions;
