export type FastStartMuxer = 'mov' | 'mp4'; export declare const getFastStartMuxer: (outputExtension: string) => FastStartMuxer | null;