import { A as resolvePositiveTimerTimeoutMs, C as resolveExpiresAtMsFromDurationMs, D as resolveIntegerOption, E as resolveExpiresAtMsFromEpochSeconds, M as resolveTimestampMsToIsoString, O as resolveNonNegativeIntegerOption, P as timestampMsToIsoString, S as resolveDateTimestampMs, T as resolveExpiresAtMsFromDurationSeconds, _ as parseStrictFiniteNumber, a as addTimerTimeoutGraceMs, b as parseStrictPositiveInteger, c as asFiniteNumberInRange, d as clampPositiveTimerTimeoutMs, f as clampTimerTimeoutMs, g as parseFiniteNumber, h as nonNegativeSecondsToSafeMilliseconds, j as resolveTimerTimeoutMs, k as resolveOptionalIntegerOption, m as isFutureDateTimestampMs, n as MAX_TIMER_TIMEOUT_MS, o as asDateTimestampMs, p as finiteSecondsToTimerSafeMilliseconds, r as MAX_TIMER_TIMEOUT_SECONDS, t as MAX_DATE_TIMESTAMP_MS, u as asSafeIntegerInRange, v as parseStrictInteger, w as resolveExpiresAtMsFromDurationOrEpoch, x as positiveSecondsToSafeMilliseconds, y as parseStrictNonNegativeInteger } from "../number-coercion-C7PMvT3i.js"; import { t as formatByteSize } from "../format-DaUeV4yM.js"; //#region src/infra/tcp-port.d.ts declare const MAX_TCP_PORT = 65535; /** Parse a positive TCP port or return null for absent/invalid input. */ declare function parseTcpPort(raw: unknown): number | null; //#endregion export { MAX_DATE_TIMESTAMP_MS, MAX_TCP_PORT, MAX_TIMER_TIMEOUT_MS, MAX_TIMER_TIMEOUT_SECONDS, addTimerTimeoutGraceMs, asDateTimestampMs, asFiniteNumberInRange, asSafeIntegerInRange, clampPositiveTimerTimeoutMs, clampTimerTimeoutMs, finiteSecondsToTimerSafeMilliseconds, formatByteSize, isFutureDateTimestampMs, nonNegativeSecondsToSafeMilliseconds, parseFiniteNumber, parseStrictFiniteNumber, parseStrictInteger, parseStrictNonNegativeInteger, parseStrictPositiveInteger, parseTcpPort, positiveSecondsToSafeMilliseconds, resolveDateTimestampMs, resolveExpiresAtMsFromDurationMs, resolveExpiresAtMsFromDurationOrEpoch, resolveExpiresAtMsFromDurationSeconds, resolveExpiresAtMsFromEpochSeconds, resolveIntegerOption, resolveNonNegativeIntegerOption, resolveOptionalIntegerOption, resolvePositiveTimerTimeoutMs, resolveTimerTimeoutMs, resolveTimestampMsToIsoString, timestampMsToIsoString };