/// <reference types="node" />
export declare function deriveKeyFromMnemonicAndPath(mnemonic: string, hdPath: string, passphrase: string): Buffer | undefined;
//# sourceMappingURL=keys-derivation.d.ts.map