import { Part } from "./merge";
declare function anyIntersection(a: Part, b: Part): boolean;
export default anyIntersection;
