import { KeyPair, KeyGenerationRequest } from '../../types'; export declare const generateKeyPair: (request?: KeyGenerationRequest | undefined) => Promise>;