/// <reference types="node" />
import { HDKey } from '@scure/bip32';
export declare function fromSeedV2(seed: Buffer, hdPath: string): HDKey;
