/** * @returns {RequestInit} */ export function request(): RequestInit; /** * @param {URL} id - identifier of activitypub object to fetch * @param {RequestInit & { fetch?: typeof globalThis.fetch }} [options] * @returns {Promise} */ export function fetch(id: URL, options?: (RequestInit & { fetch?: typeof globalThis.fetch | undefined; }) | undefined): Promise; export const activitypubMediaType: "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""; declare namespace _default { export { fetch }; export { request }; } export default _default; //# sourceMappingURL=activitypub.d.ts.map