import type { M3u8DLOptions } from '../types';
/**
 * 初始化代理
 */
export declare function initProxy(options: M3u8DLOptions): Promise<void>;
