/** * A duration in seconds */ export type Duration = number; export declare function formatDuration(duration: number): string;