import { TickMethod } from '../types';
import type { BreakOptions } from '../types';
/**
 *  Insert breaks into ticks and delete the ticks covered by breaks.
 */
export declare const insertBreaksToTicks: (ticks: number[], breaks?: BreakOptions[]) => number[];
export declare const d3Ticks: TickMethod;
