import type { GenerateChartCellContext } from '../../type';
export declare const dualAxisSeries: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const dualAxisAxes: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineDualAxis: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
