import type { Keypair } from '../../types.js';
export declare function sr25519PairFromU8a(full: string | Uint8Array): Keypair;
