import { AxisType } from '../Axis/axisType.js';
export declare function niceDomain(domain: any, count: number, axisType?: AxisType): [number, number];
