import { Model } from "./VelodyneTypes";
/**
 * Returns the number of packets required to represent a full 360 degree scan
 * for a given LIDAR hardware model
 * @param model LIDAR hardware model
 * @returns Number of packets required to represent a full 360 degree scan
 */
export declare function packetRate(model: Model): number;
//# sourceMappingURL=packetRate.d.ts.map