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