import type { ILoaderParams, SentryHub } from './types';
export declare const hCaptchaScripts: any[];
export declare function hCaptchaApi(params: ILoaderParams, sentry: SentryHub): Promise<any>;
export declare function loadScript(params: any, sentry: any, retries?: number): any;
export declare function hCaptchaLoader(params?: ILoaderParams): Promise<any>;
