import type { Keypair } from '../../types.js';
export declare function sr25519KeypairToU8a({ publicKey, secretKey }: Keypair): Uint8Array;
