/**
 * Smallest safe increment for a Float32
 * @see https://www.cplusplus.com/reference/cfloat/
 * @see https://bitbashing.io/comparing-floats.html
 * @type {number}
 */
export const FLT_EPSILON_32: number;
//# sourceMappingURL=FLT_EPSILON_32.d.ts.map