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: ILoaderParams, sentry: SentryHub, retries?: number): Promise<any>;
export declare function hCaptchaLoader(params?: ILoaderParams): Promise<any>;
