import { FormatDateString } from '../../types'; declare const getDate: (date: FormatDateString) => Date; export default getDate; //# sourceMappingURL=getDate.d.ts.map