export declare class ObserverDTO {
    /**
     * Key used to decrypt the spectator grid game data for playback
     */
    encryptionKey: string;
}
