import { KeyPair } from './types'; export declare function randomKeyPair(): KeyPair;