export declare const videoFormatTime: (currentSeconds: number, totalSeconds?: number) => string | null;
