declare module 'tesseract.js' {
  export const createWorker: (lang?: string) => Promise<any>;
}
