import { F1Parser } from '../F1Parser';
import type { ParticipantData } from '../../types';
export declare class ParticipantDataParser extends F1Parser<ParticipantData> {
    constructor(packetFormat: number);
}
