import type { ServiceProvider } from "./types.js"; /** * LinkedIn service provider * * Users prove ownership of their LinkedIn account by posting a public post * containing their DID. The post URL is used as the claim URI. * * Fetching uses the json-ld format to extract structured data from the * LinkedIn post page's JSON-LD script tag. */ declare const linkedin: ServiceProvider; export default linkedin; //# sourceMappingURL=linkedin.d.ts.map