/**
 * Namespace for all public methods to access and use the OutSystemsUI components.
 */
// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace OutSystems.OSUI {
	/**
	 * Function that returns the OutSystemsUI version value
	 *
	 * @export
	 * @return {*}  {string}
	 */
	export function GetVersion(): string {
		return OSFramework.OSUI.Constants.OSUIVersion;
	}
}
