import { GameEventDTO } from '@scrimmage/schemas'; export declare const compressRpcGameEvent: (gameEvent: GameEventDTO & any) => any;