import { Page } from 'puppeteer'; import { Account } from './types'; export declare const signIn: (page: Page, account: Account) => Promise;