export declare const flatArr: (arr: any[]) => any[]; export declare const moment2Date: (val: string | Date) => Date | undefined;