declare namespace TcHmi.Functions.Beckhoff { /** * Stops a globally configured interval. * @param name The name of the interval to stop. */ function StopInterval(name: string): void; } //# sourceMappingURL=StopInterval.d.ts.map