export declare const dateArrayToTimeString: (s: Array<number>) => string;
