export interface ICaptchaAddon{ onValidate(data?:any):Promise; getCaptcha():Promise; }