/*!
 * V4Fire Core
 * https://github.com/V4Fire/Core
 *
 * Released under the MIT license
 * https://github.com/V4Fire/Core/blob/master/LICENSE
 */
import AsyncLocalEngine from '../../../../core/kv-storage/engines/browser-indexeddb/async-engine';
export declare const syncLocalStorage: {}, asyncLocalStorage: AsyncLocalEngine;
export declare let syncSessionStorage: any, asyncSessionStorage: any;
