import type { GenerateChartCellContext } from '../../type';
export declare const sunburstData: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const getSunburstData: any;
export declare const sunburstDisplayConf: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineSunburst: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
