import { Middleware } from 'redux'; import { GamePageState } from './GamePageState'; import { GameReducerContext } from './gameReducer'; export declare function localMovePreviewMiddleware(context: GameReducerContext): Middleware<{}, GamePageState>;