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