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