import type { PlayerState, PlayerAction } from "../types";
export declare function playerReducer(state: PlayerState, action: PlayerAction): PlayerState;
