import { Page } from 'puppeteer'; export declare const approve: (page: Page, version?: string) => () => Promise;