import { PingProps } from './PingProps'; export declare function decodePing(value: string): PingProps; export declare function encodePing({ gameId, networkId, instanceId, playerId }: PingProps): string; export declare function createPing({ networkId, instanceId, gameId, playerId }: PingProps): string;