/**
 * Re-export nip19 utilities from nostr-tools for lightweight data conversion
 * This allows NDK users to encode/decode NIP-19 identifiers without instantiating NDK objects
 */
export * from "nostr-tools/nip19";
