declare namespace TcHmi.Functions.Beckhoff { /** * Converts a bigint value to number * @param value Value to be converted. */ function IsSafeInteger(value: bigint): boolean; } //# sourceMappingURL=IsSafeInteger.d.ts.map