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