import { MapFunction } from '../services/Mapper';
export declare const mapStringToDate: MapFunction<string, Date>;
export declare const mapDateToString: MapFunction<Date, string>;
