/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export { FileDeltaStorageService } from "./fileDeltaStorageService.js"; export { FileDocumentServiceFactory } from "./fileDocumentServiceFactory.js"; export { Replayer, ReplayFileDeltaConnection } from "./fileDocumentDeltaConnection.js"; export { FileSnapshotWriterClassFactory, FileStorageDocumentName, FluidFetchReader, FluidFetchReaderFileSnapshotWriter, type ISnapshotWriterStorage, type ReaderConstructor, } from "./fileDocumentStorageService.js";