import type { ServiceProvider } from "./types.js"; /** * GitHub Gist service provider * * Users prove ownership by creating a public gist containing their DID. * The gist URL is used as the claim URI. */ declare const github: ServiceProvider; export default github; //# sourceMappingURL=github.d.ts.map