import { CaptchaConfig } from '@qite/tide-client'; export declare function loadCaptchaScript(config: CaptchaConfig): void; export declare function executeCaptcha(config: CaptchaConfig, container: HTMLElement): Promise;