import { ILocalStorageAsync } from './local-storage-interface.js'; export declare function init(storeKey?: string): ILocalStorageAsync;