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