import { EChartsOptions } from "./types"; export declare function tinymd5(str: any, length: any): any; export declare function pickEChartsGlobalOptions(options: EChartsOptions): Partial; export declare function mergeChartOptions(source: any, omits: string[], ...options: any[]): any;