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