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