import type { Subscription } from "@surface/core";
import type ObservablePath from "./types/observable-path";
export default function bind(left: object, leftPath: ObservablePath, right: object, rightPath: ObservablePath): Subscription;
