///
import { HDKeysState } from "./state";
export declare function getSymmetricMasterKeyFromSeed(seed: Buffer): Promise;
export declare function deriveSymmetricHardenedKey(parent: HDKeysState, offset: string): Promise;
export declare function deriveSymmetricPath(seed: Buffer, path: string[]): Promise;