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