import type { Keypair } from '../../types.js';
export declare function hdEthereum(seed: Uint8Array, path?: string): Keypair;
