export { type PrivateKeyToAccountOptions, /** * @internal * @deprecated - use {@link PrivateKeyToAccountOptions} instead */ type PrivateKeyToAccountOptions as PrivateKeyAccountOptions, privateKeyToAccount, /** * @internal * @deprecated - use {@link privateKeyToAccount} instead */ privateKeyToAccount as privateKeyAccount, } from "../../wallets/private-key.js";