import { type PlayerState } from "../types";
export declare const initialState: PlayerState;
