declare const _default: { status: () => Promise; getCurrencies: ({ apiKey }: { apiKey: string; }) => Promise; getEstimatePrice: ({ apiKey, amount, currency_from, currency_to }: import("./get-estimate-price").GetEstimatePrice) => Promise; createPayment: ({ apiKey, price_amount, price_currency, pay_amount, pay_currency, ipn_callback_url, order_id, order_description, purchase_id, payout_address, payout_currency, payout_extra_id, fixed_rate }: import("./create-payment").CreatePayment) => Promise; getPaymentStatus: ({ apiKey, payment_id }: import("./get-payment-status").GetPaymentStatus) => Promise; getMinimumPaymentAmount: ({ apiKey, currency_from, currency_to }: import("./get-minimum-payment-amount").GetMinimumPaymentAmount) => Promise; getListPayments: ({ apiKey, limit, page, sortBy, orderBy, dateFrom, dateTo }: import("./get-list-payments").GetListPayments) => Promise; createInvoice: ({ apiKey, price_amount, price_currency, pay_currency, ipn_callback_url, order_id, order_description, success_url, cancel_url }: import("./create-invoice").CreateInvoice) => Promise; }; export default _default;