import type NodeFactory from "../types/node-factory.js"; export default function createFragmentFactory(factories: NodeFactory[]): NodeFactory;