declare namespace TcHmi.Functions.Beckhoff { /** * Set a new Theme. * @param themeName */ function SetTheme(themeName: string): void; } //# sourceMappingURL=SetTheme.d.ts.map