/**
 * PCD (Point Cloud Data) file format
 */
export declare const PCDFormat: {
    readonly name: "PCD (Point Cloud Data)";
    readonly id: "pcd";
    readonly module: "pcd";
    readonly extensions: ["pcd"];
    readonly mimeTypes: ["text/plain"];
    readonly category: "pointcloud";
    readonly text: true;
    readonly binary: true;
};
//# sourceMappingURL=pcd-format.d.ts.map