import { type ConstraintDef } from './constraints/constraints'; import { type ShapeDef } from './shapes/shapes'; /** register shape definitions */ export declare function registerShapes(defs: Array>): void; /** register two-body constraint definitions */ export declare function registerConstraints(defs: Array>): void;