/**
 * 扩展原生ECharts option 选项函数
 * @param options
 * @param extend
 */
export default function (options: any, extend: any): void;
