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