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