import { type IPlugin } from '@unchainedshop/core';
export declare const StorePlugin: IPlugin;
export default StorePlugin;
export { Store } from './adapter.ts';
