import type { ServiceProvider } from "./types.js"; /** * ActivityPub (Mastodon/Fediverse) service provider * * Users can prove ownership of their Mastodon/Fediverse account in two ways: * 1. Add their DID to their profile bio or metadata fields * 2. Create a post/status containing their DID * * The claim URI can be either a profile URL or a status URL. */ declare const activitypub: ServiceProvider; export default activitypub; //# sourceMappingURL=activitypub.d.ts.map