import type { PaymentMethodList } from '../types/payment-method'; export declare function parsePaymentMethodsXml(xml: string, projectId: number, currency: string): PaymentMethodList; //# sourceMappingURL=xml-parser.d.ts.map