declare const MIN_NON_SUBNORMAL = 2.2250738585072014e-308; declare function isSubnormal(n: number): boolean; export { isSubnormal, MIN_NON_SUBNORMAL };