export declare const BW_STORAGE_KEY = "bccm-video-player.bandwidth-estimate"; export declare const BW_WRITE_THROTTLE_MS = 10000; export declare function readSavedBandwidth(): number | null; export declare function writeSavedBandwidth(value: number): void;