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