import { DateRangeStep } from './model'; export declare function dateRangeStepToMillis(step: DateRangeStep): number;