import { IGameObject } from '../gameobjects/IGameObject';
export declare function OverlapBounds(source: IGameObject, ...targets: IGameObject[]): boolean;
//# sourceMappingURL=OverlapBounds.d.ts.map