export declare const convertTimestampToDate: (timestamp: number) => string;
export declare const convertISOtoUTC: (date: string) => string;
export declare const convertDateToTimestamp: (date: string) => number;
export declare const convertTimestampToDateFormat: (timestamp: number) => string;
export declare const convertTimestampToTimeFormat: (timestamp: number) => string;
