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