import type { Point3 } from '../../../types/index.js';
export declare function getSafeCanvasDimension(value: number): number;
export declare function normalizePoint3(point: Point3, fallback?: Point3): Point3;
