import type { StrongRef } from "./StrongRef.js"; export type FrailContainer = WeakRef<{ data: V; }> | StrongRef<{ data: V; }>; //# sourceMappingURL=FrailContainer.d.ts.map