import type { TraceSourceListItem } from "@mono-agent/observability"; /** * Durable proof that the current worker completed its full app lifecycle. * `metadata.reason` is intentionally excluded: later trace publications use * that field for their own diagnostic reason without revoking readiness. */ export declare function hasCompletedManagedStartup(source: Pick): boolean; //# sourceMappingURL=managed-startup.d.ts.map