import type { ObservablePath, StackTrace } from "@surface/htmlx-parser"; import type Evaluator from "../types/evaluator.js"; import type NodeFactory from "../types/node-factory.js"; export default function createTextNodeInterpolationFactory(evaluator: Evaluator, observables?: ObservablePath[], source?: string, stackTrace?: StackTrace): NodeFactory;