export interface Response { status: string; } export declare const newNostrPubkey: (pubkey: string, token: string) => Promise; export declare const updateNostrPubkey: (pubkey: string, token: string) => Promise; //# sourceMappingURL=nostr.d.ts.map