import { SunburstOptions } from './types'; /** * sunburst 处理数据 * @param options */ export declare function transformData(options: Pick): any[];