import { type WorkSpreadsheetChartSeries, type WorkSpreadsheetChartType } from './work-types'; export declare function chartSeriesTrendlineContext(series: Pick): string; export declare function chartSeriesErrorBarContext(series: Pick, chartType: WorkSpreadsheetChartType): string;