import type { StorageService } from '@empathyco/x-utils'; /** * Service instance of {@link @empathyco/x-utils#StorageService | storage service} if * localStorage is available. * If not, required {@link @empathyco/x-utils#StorageService | storage service} functions * are initialized with empty implementations. * @internal */ export declare const localStorageService: StorageService; //# sourceMappingURL=storage.d.ts.map