import { NumberOrDateRange } from '../types/general'; import { AxisTruncationConfig } from '../types/plots'; /** * This can probably be moved to a utils directory when re-used by other plots * */ export declare function extendAxisRangeForTruncations(axisRange?: NumberOrDateRange, config?: AxisTruncationConfig['independentAxis' | 'dependentAxis'], valueType?: 'number' | 'date', addPadding?: boolean, logScale?: boolean): NumberOrDateRange | undefined; //# sourceMappingURL=extended-axis-range-truncations.d.ts.map