/** The pre-computed duration of a media file, in seconds. */ export declare const getCachedDuration: (path: string) => number | undefined;