export declare const roundToNearestMinutes: (date: any, interval: any) => Date; export declare const parseDate: (date: any) => string | undefined;