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