import type { Axis } from '../types'; export declare function getSourceTicksIndex({ axes, doBothChartsContainMixedValues, shouldPlaceZeroInMiddleOfChart, }: { axes: Axis[]; doBothChartsContainMixedValues: boolean; shouldPlaceZeroInMiddleOfChart: boolean; }): number; //# sourceMappingURL=getSourceTicksIndex.d.ts.map