import { Keypair } from '../../types';
export default function schnorrkelKeypairFromU8a(full: Uint8Array): Keypair;
