/*! * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ export interface RehydratedState { rehydrated: boolean; } export { default as Rehydrated } from './rehydrated'; export * from './offline-helpers';