declare namespace TcHmi.Functions.Beckhoff { /** * Resolves the corresponding enum member string of the current value of a given enum symbol. */ function EnumToMemberName(ctx: SelectableRequired, symbol: TcHmi.Symbol): void; } //# sourceMappingURL=EnumToMemberName.d.ts.map