import { Event } from 'nostr-tools' export interface CachedMetadataEvent { event: Event cachedAt: number }