import { AccountType } from '../models/account-type'; import { Page } from 'puppeteer'; export declare const getAccountType: (text: string, hasEngineNumber: boolean) => AccountType; export declare const evaluateAccountType: (page: Page) => Promise;