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