import type { ServiceProvider } from "./types.js"; /** * ORCiD service provider * * Users prove ownership of their ORCiD profile by adding a URL containing * their DID to the "Websites & Social Links" section of their public ORCiD * profile. Verification uses the ORCiD public API (no auth required). */ declare const orcid: ServiceProvider; export default orcid; //# sourceMappingURL=orcid.d.ts.map