import type { LinearTickOptions, TimeTickOptions } from "./types";
export declare const generateLinearTicks: ({ count, domain }?: LinearTickOptions) => number[];
export declare const generateTimeTicks: ({ count, domain, unit }?: TimeTickOptions) => Date[];
//# sourceMappingURL=ticks.d.ts.map