import * as jose from 'jose'; /** * Create a raw Ed25519 signature over the provided data. */ export declare function signWithEd25519(privateKey: jose.KeyLike, data: Uint8Array): Promise; //# sourceMappingURL=ed25519.d.ts.map