import { DappeteerPage } from "../page"; export declare const importPk: (page: DappeteerPage) => (privateKey: string) => Promise;