export function bins(min: any, max: any, maxbins: number, nice: boolean, minstep: number, step: any): any[];
