export declare function formatTime(seconds: number, frameRate?: number): string;
export declare function timeToSeconds(timeCode: string): number;
