export let estimatedBitrate: number; export function updateEstimatedBitrate(byteLength: number, duration: number): void;