import { GetPaymentResponse } from '../../types/payment-responses'; export declare const getPayment: (paymentId: string) => Promise;