import type { ServiceProvider } from "./types.js"; /** * DNS TXT record service provider * * Users prove domain ownership by adding a TXT record containing their DID. * The claim URI format is: dns:example.com */ declare const dns: ServiceProvider; export default dns; //# sourceMappingURL=dns.d.ts.map