import type { Temporal } from "../types.js";
/**
 * Returns the longest of the given durations.
 * @param durations array of durations
 * @param options the options passed to `Temporal.Duration.compare`
 * @returns the longest of the duration
 */
export declare function longest(durations: Temporal.Duration[], options?: Temporal.DurationArithmeticOptions): Temporal.Duration;
//# sourceMappingURL=longest.d.ts.map