import { PaymentTransactionOutput, CompletePaymentTransactionInput } from '../client/payment-transaction'; import { ConfigOptions } from '../client/configOptions'; export declare const completePayment: (opt: ConfigOptions) => (completePaymentTransactionInput: CompletePaymentTransactionInput) => Promise; //# sourceMappingURL=complete-payment-transaction.d.ts.map