import type { Keypair } from '../types'; import { DeriveJunction } from './DeriveJunction'; export declare function keyHdkdSr25519(keypair: Keypair, { chainCode, isSoft }: DeriveJunction): Keypair;