export class CookiebotUtils { static runScripts(){ if(typeof Cookiebot !== "undefined"){ Cookiebot.runScripts(); } } }