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