import { Rectangle } from "./types.js"; export declare function intersects(rectOne: Rectangle, rectTwo: Rectangle, strict: boolean): boolean;