export interface CaptchaInstance { reset: any; } export declare function reloadCatpcha(instance: CaptchaInstance): void; export declare function waitCaptchaOk(instance: CaptchaInstance): void; export declare function destrotCaptcha(instance: CaptchaInstance): void; export declare function createCaptcha(div?: HTMLDivElement | string): Promise;