import SteamPacket from './SteamPacket';
export default class A2SPlayerPacket extends SteamPacket {
    constructor(challengeNumber?: number);
}
