export default function pretty(min: number, max: number, n?: number): { min: number; max: number; ticks: any[]; };