/**
 *
 * @param {EntityNode} node
 * @param {string[]} path_parts
 * @returns {BoundValueWriter}
 */
export function bind_property_writer(node: EntityNode, path_parts: string[]): BoundValueWriter;
import { BoundValueWriter } from "../curve/binding/BoundValueWriter.js";
//# sourceMappingURL=bind_property_writer.d.ts.map