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