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