/**
* Returns the current date and time as a string in the format DD-MM-YYYY HH:MM:SS.
* If the function fails to get the current date and time, it returns null.
* @returns {string | null} The current date and time.
*/exportdeclarefunctiongetDateAndTime(): string | null;