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