import type { Keypair } from '../../types.js'; export declare function hdLedger(_mnemonic: string, path: string): Keypair;