/**
 * Format a duration between two dates as a human-readable string.
 */
export declare function formatDuration(start: Date, end?: Date): string;
