import { StateHistoryResponse } from '../models/api/StateHistoryResponse';
import { StateHistory } from '../models/StateHistory';
import { MapFunction } from '../services/Mapper';
export declare const mapStateHistoryResponseToStateHistory: MapFunction<StateHistoryResponse, StateHistory>;
export declare const mapStateHistoryToStateHistoryResponse: MapFunction<StateHistory, StateHistoryResponse>;
