/**
 * Like date-fn's toDate, but tries to guess the format when a string is
 * given.
 *
 * @param input Value to turn into a date.
 */
export declare function inputToDate(input: Date | string | number): Date;
//# sourceMappingURL=utils.d.ts.map