export declare function generateSSHKey(): { publicKeyBytes: Uint8Array; publicKey: string; fingerprint: string; privateKey: string; };