import type { ServiceProvider } from "./types.js"; /** * Twitter / X service provider * * Users prove ownership of their Twitter/X account by posting a tweet * containing their DID. The tweet URL is used as the claim URI. * * Fetching uses the FxEmbed API (https://api.fxtwitter.com/) which provides * public tweet data without authentication. */ declare const twitter: ServiceProvider; export default twitter; //# sourceMappingURL=twitter.d.ts.map