export declare class Ed25519Crypto { private static isInitialized; private static initialize; private static parseOpenSSHPrivateKey; static decryptWithPrivateKey(ed25519PrivateKey: string, encryptedData: string): Promise; }