import { StateType, ServerStateType } from '../models';
import { MapFunction } from '../services/Mapper';
export declare const mapServerStateTypeToStateType: MapFunction<ServerStateType, StateType>;
export declare const mapStateTypeToServerStateType: MapFunction<StateType, ServerStateType>;
