import type { AutoTLS as AutoTLSInterface } from './index.js'; import type { TLSCertificate } from '@libp2p/interface'; export declare class AutoTLS implements AutoTLSInterface { certificate?: TLSCertificate; constructor(); } //# sourceMappingURL=auto-tls.browser.d.ts.map