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