declare namespace TcHmi.Functions.Beckhoff { /** * Returns a localized text by key. * @param key */ function GetLocalizedText(key: string): string; } //# sourceMappingURL=GetLocalizedText.d.ts.map