import * as Nostr from "nostr-typedef";
declare global {
    interface Window {
        nostr?: Nostr.Nip07.Nostr;
    }
}
//# sourceMappingURL=nip07.d.ts.map