import { Keypair } from '../types';
import '../polyfill';
export default function deriveSoft(keypair: Keypair, chainCode: Uint8Array): Keypair;
