import type { mat3 } from 'gl-matrix';
import type { IImageVolume, Point3 } from '../types/index.js';
export default function getSpacingInNormalDirection(imageVolume: IImageVolume | {
direction: mat3;
spacing: Point3;
}, viewPlaneNormal: Point3): number;