/**
 * newEVMAccount creates a new EVM account and signer, storing the
 * private key in a cookie for reuse.
 */
export declare const newEVMAccount: () => Promise<import("./wallet").Signer<import("@okcontract/multichain").Network>>;
