export interface SIOPacket { isKeepAlive: boolean; data: any; } //# sourceMappingURL=SIOPacket.d.ts.map