import { default as CrunchPhysicsPlugin } from './CrunchPhysicsPlugin';
export * from './Actor';
export * from './Entity';
export * from './Group';
export * from './interfaces';
export * from './Sensor';
export * from './Solid';
export * from './System';
export * from './types';
export type { ICrunchPhysicsPlugin } from './CrunchPhysicsPlugin';
export * from './types';
export default CrunchPhysicsPlugin;
//# sourceMappingURL=index.d.ts.map