import { GetPaymentInput } from './get-payment-input'; import { GetPaymentOutput } from './get-payment-output'; export declare const getPayment: (apiKey: string, data: GetPaymentInput, apiUrl: string) => Promise;