export declare const indexOfMax: (array: any) => number; export declare const updateDatesOnLabels: (labels: string | string[], type?: string) => string | string[];