/**
* Utility function to execute callback for eack key->value pair.
*/exportdeclareconstforEach: (obj: any, callback: any) =>void;
/**
* The function returns true if the string passed to it has no content.
*/exportdeclareconstisEmptyString: (str: any) =>boolean;