import { DappeteerPage } from "../page"; export declare const switchAccount: (page: DappeteerPage) => (accountNumber: number) => Promise;