import { MapFunction } from '../services/Mapper'; export declare const mapStringToDate: MapFunction; export declare const mapDateToString: MapFunction;