import type { FnU4 } from "@thi.ng/api"; import type { ReadonlyVec } from "@thi.ng/vectors"; import { type IntersectionResult } from "./api.js"; export declare const intersectRayRect: FnU4; export declare const intersectRayAABB: FnU4; export declare const testRayRect: FnU4; export declare const testRayAABB: FnU4; //# sourceMappingURL=ray-rect.d.ts.map