import { F1Parser } from '../F1Parser';
export declare class CarDamageDataParser extends F1Parser {
    constructor(packetFormat: number);
}
