// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

/*
This file maps exports from `aws-amplify/utils`.
*/
export {
	Hub,
	HubCapsule,
	I18n,
	Cache,
	ConsoleLogger,
	ServiceWorker,
	CookieStorage,
	defaultStorage,
	sessionStorage,
	sharedInMemoryStorage,
	KeyValueStorageInterface,
} from '@aws-amplify/core';

export { parseAmplifyConfig } from '@aws-amplify/core/internals/utils';
