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