import { SignedEvent } from "./Events.js"; export declare const makeHttpAuth: (url: string, method?: string, body?: string) => Promise<{ kind: number; content: string; tags: string[][]; created_at: number; }>; export declare const makeHttpAuthHeader: (event: SignedEvent) => string; //# sourceMappingURL=Nip98.d.ts.map