declare function ocr(captchaUrl: string): Promise<string>;
export default ocr;
