import type { IBaseFileSystemAsync, IBaseFileSystemSync } from "@file-services/types";
export declare function syncToAsyncFs(syncFs: IBaseFileSystemSync): IBaseFileSystemAsync;
//# sourceMappingURL=sync-to-async-fs.d.ts.map