/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export { BlobManager, blobManagerBasePath, getGCNodePathFromLocalId, type IBlobManagerRuntime, type ICreateBlobResponseWithTTL, type IPendingBlobs, isBlobPath, type SerializableLocalBlobRecord, } from "./blobManager.js"; export { blobsTreeName, type IBlobManagerLoadInfo, loadBlobManagerLoadInfo, redirectTableBlobName, } from "./blobManagerSnapSum.js";