import { GaussianCloud } from './types.js';
export declare function serializePly(data: GaussianCloud): ArrayBuffer;
