import { PhysicsObject } from './object';
export declare function AABB(obj1: PhysicsObject, obj2: PhysicsObject): boolean;