import type NodeFactory from "../types/node-factory.js"; export default function createCommentFactory(value: string): NodeFactory;