import { ParsedCertificate } from "../../x509/parse.js"; //#region src/internal/verify/verify-path.d.ts /** Returns `true` if the certificate's subject and issuer DNs are semantically equal (RFC 5280 ยง7.1). */ declare function isSelfIssued(certificate: ParsedCertificate): boolean; //#endregion export { isSelfIssued }; //# sourceMappingURL=verify-path.d.ts.map