import type { XYChartAxisInternal } from '../../types/xy-chart-internals.js'; export declare function getBorderThreshold(left: XYChartAxisInternal | undefined, right: XYChartAxisInternal | undefined): { leftBorder: "bothBorders" | "leftBorder"; rightBorder: "bothBorders" | "rightBorder"; };