import type { ObservablePath, StackTrace } from "@surface/htmlx-parser"; import type AttributeFactory from "../types/attribute-factory.js"; export default function createTwoWayFactory(left: string, right: ObservablePath, source?: string, stackTrace?: StackTrace): AttributeFactory;