interface LoadM3U8Options { path: string; retries?: number; timeout?: number; initPrimaryKey?: number; } export declare function loadM3U8({ path, retries, timeout, initPrimaryKey }: LoadM3U8Options): Promise; export {};