/**
* Loads the Ed25519 public key in PEM format with fingerprint validation
*
* @returns PEM-formatted public key string
* @throws Error if key file cannot be read or fingerprint validation fails
*/
export declarefunctionloadPublicPem(): Promise<string>;
//# sourceMappingURL=key.d.ts.map