/// import * as moment from 'moment'; export declare class MultiPickerUtils { static minuteRound(val: string | moment.Moment, rounding: number): moment.Moment; }