/** * @import { Comment, Site, Token } from "../index.js" */ /** * @param {{ * value: string * site: Site * }} args * @returns {Comment} */ export function makeComment(args: { value: string; site: Site; }): Comment; import type { Site } from "../index.js"; import type { Comment } from "../index.js"; //# sourceMappingURL=Comment.d.ts.map