type Ed = typeof import('@noble/ed25519'); /** Resolve the @noble/ed25519 module, loading it once and caching the promise. */ export declare function loadEd(): Promise; export {}; //# sourceMappingURL=ed25519.d.ts.map