import type { Managed } from "../managed.js"; import type { ReleaseMap } from "../ReleaseMap/index.js"; /** * Provides access to the entire map of resources allocated by this {@link Managed}. */ export declare const releaseMap: Managed; //# sourceMappingURL=releaseMap.d.ts.map