import type { GlobalState } from '../components/GlobalContext.types'; import { TAction } from '../constants/action'; export declare const initialRowndState: GlobalState; export declare function rowndReducer(state: GlobalState, action: TAction): GlobalState;