export default class Bip32KeyDerivation { static derivePath: (path: string, seed: string) => Chain; private static getKeyFromSeed; private static CKDPriv; private static derive; } export interface Chain { key: string; chainCode: string; }