export { StorageService, type StorageOptions } from './StorageService'; export { createStorageService } from './createStorageService'; export { storageEvents } from './storageEvents'; export type { IStorageService } from './types'; export { applyPostfixToStorageService } from './applyPostfixToStorageService';