import { IEngine } from '../engine/types';
/**
 * It checks all the entities that has a PointerEvent and check if it has a collider.
 * *
 * @public
 * @params engine
 */
export declare function pointerEventColliderChecker(engine: IEngine): void;
