export declare function useOutputDuration(): { durationToMinutes: (duration: string) => number; formattedDuration: (duration: string) => string; };