import SDKPacket from "./SDKPacket"; export default class SDKPackets { protected _packets: Array; constructor(); addPacket(value: SDKPacket): void; getPacketByIndex(index: number): SDKPacket; getPacketsCount(): number; clear(): void; reset(): void; }