export interface ICaptchaResolver { temSaldoDisponivel(): Promise; resolver(imageData: string): Promise; }