import type { Plane, WorldLine } from './types.js'; export default function intersectPlanes(planeA: Plane, planeB: Plane): WorldLine | null;