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