import { type EngineAdapter } from './types';
/**
 * HLS-shaped rendition switching — quality = a different manifest/variant
 * URL, switched by reloading the `<video>` source (`loadSource()+startLoad()`,
 * exactly today's `changeClarity` behavior, just moved one layer down).
 */
export declare function createHlsAdapter(): EngineAdapter;
