import type { Page } from "@playwright/test";
export declare function addWithPrivateKey(page: Page, privateKey: string, password: string): Promise<void>;
