import { Keypair } from '../../types';
export default function schnorrkelKeypairToU8a({ publicKey, secretKey }: Keypair): Uint8Array;
