import { Page } from 'puppeteer';
export declare function scrapeLogin(page: Page): Promise<boolean>;
