import { F1Parser } from '../F1Parser';
import type { PacketLobbyInfoData } from '../../types';
export declare class PacketLobbyInfoDataParser extends F1Parser<PacketLobbyInfoData> {
    data: PacketLobbyInfoData;
    constructor(buffer: Buffer, packetFormat: number, bigintEnabled: boolean);
}
