import { type IPaymentAdapter } from '@unchainedshop/core';
declare const Cryptopay: IPaymentAdapter;
export default Cryptopay;
