import type { ServiceProvider } from "./types.js"; /** * Instagram service provider * * Users prove ownership of their Instagram account by posting a public post * containing their DID. The post URL is used as the claim URI. * * Fetching uses the og-meta format to extract Open Graph meta tags from the * Instagram post page HTML. */ declare const instagram: ServiceProvider; export default instagram; //# sourceMappingURL=instagram.d.ts.map