import { ScaleConfig } from '../types';
export default function d3LinearTickMethod(cfg: ScaleConfig): number[];
