export interface PingProps { gameId: string; networkId: string; instanceId: string; playerId: string; } export declare type Ping = string;