import type { PLYMesh, PLYHeader, PLYAttributes, MeshHeader } from "./ply-types.js";
/**
 * @param header
 * @param attributes
 * @returns data and header
 */
export default function normalizePLY(plyHeader: MeshHeader & PLYHeader, plyAttributes: PLYAttributes, options?: {}): PLYMesh;
//# sourceMappingURL=normalize-ply.d.ts.map