import type Expression from "../types/expression";
import type Factory from "../types/fatctory";
import type ObservablePath from "../types/observable-path";
export default function placeholderFactory(key: Expression<string>, value: Expression, observables: [key: ObservablePath[], value: ObservablePath[]], factory: Factory): Factory;
