import { Predicate } from "@opendaw/lib-std"; import { Box } from "@opendaw/lib-box"; import { SelectableVertex } from "./SelectableVertex"; export declare const isVertexOfBox: (predicate: Predicate) => Predicate; //# sourceMappingURL=isVertexOfBox.d.ts.map