import type { Point3 } from '../types'; export default function indexWithinDimensions(index: Point3, dimensions: Point3): boolean;