import type { ServiceProvider } from "./types.js"; /** * itch.io service provider * * Users prove ownership of their itch.io account by setting their * ATProto DID in the Bluesky DID Settings at itch.io/user/settings/bluesky. * The DID is then served at https://username.itch.io/.well-known/atproto-did */ declare const itchio: ServiceProvider; export default itchio; //# sourceMappingURL=itchio.d.ts.map