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