import type { PublicMeshData } from '../../../types/index.js';
export declare function validateMesh(meshData: PublicMeshData): void;
