import type { ArrayOf, Temporal } from "../types.js";
/**
 * Returns the latest of the given datetime objects.
 * @param dateTimes array of datetime objects
 * @returns the latest of the datetime objects
 */
export declare function latest<DateTime extends Temporal.Instant | Temporal.ZonedDateTime | Temporal.PlainDate | Temporal.PlainTime | Temporal.PlainDateTime | Temporal.PlainYearMonth>(dateTimes: ArrayOf<DateTime>): DateTime;
//# sourceMappingURL=latest.d.ts.map