import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CaptchaService { private captcha; private invisibleCaptcha; constructor(); getCaptcha(): string; setCaptcha(captcha: string): void; getInvisibelCaptcha(): string; setInvisibelCaptcha(captcha: string): void; generateCaptchaToken(action: string): Observable; resetCaptcha(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=captcha.service.d.ts.map