import { type TaggedNostrEvent, type NostrEvent } from ".."; /** * Implementing [NIP-25](https://github.com/nostr-protocol/nips/blob/master/25.md) reactions */ export declare class Nip25 { /** * Create an event reaction tag */ static reactToEvent(ev: TaggedNostrEvent | NostrEvent): string[]; } //# sourceMappingURL=nip25.d.ts.map