import { BoxCollider } from "../box-collider"; export declare function checkContactBoxBox(self: BoxCollider, other: BoxCollider): boolean;