/** * Compatibility wrapper for backwards compatibility * @deprecated StorageService has been renamed to StorageContext. * Import StorageContext from './context.ts' instead. */ export { StorageContext as StorageService } from './context.ts'