export declare const calculateAReasonableMp4HeaderLength: ({ expectedDurationInSeconds, expectedFrameRate, }: { expectedDurationInSeconds: number | null; expectedFrameRate: number | null; }) => number;