import type { Module } from './crypto25519.js'; /** Signs through the shared module and clears every staged byte. */ export declare function sign(module: Module, payload: Uint8Array, privateKey: Uint8Array): Uint8Array; //# sourceMappingURL=ed25519.d.ts.map