/**
 * Mechanics Re-export Module
 *
 * This file re-exports everything from the mechanics/index module
 * to maintain compatibility with imports that expect mechanics.ts
 * instead of mechanics/index.ts
 */
export * from './mechanics/index.js';
export { default } from './mechanics/index.js';
//# sourceMappingURL=mechanics.d.ts.map