/**
 * This module implements the [NodeInfo](https://nodeinfo.diaspora.software/)
 * protocol.
 *
 * @module
 * @since 0.2.0
 */
export { format as formatSemVer, parse as parseSemVer, type SemVer, } from "../deps/jsr.io/@std/semver/1.0.4/mod.js";
export { getNodeInfo, type GetNodeInfoOptions, parseNodeInfo, type ParseNodeInfoOptions, } from "./client.js";
export * from "./types.js";
//# sourceMappingURL=mod.d.ts.map