/**
 * Get video length to display from seconds.
 *
 * @param seconds Length in seconds.
 * @return Video length in H:MM:SS format.
 */
declare function getVideoLengthDisplay(seconds: number): string;
export default getVideoLengthDisplay;
//# sourceMappingURL=getVideoLengthDisplay.d.ts.map