import Mdr from './models/mdr'; declare const mapMDR: (anticipation: number) => (mdr: Mdr) => Mdr; export default mapMDR;