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