import type { HttpClient } from "../../../utils/httpClient";
import { type ServiceResult } from "../../../utils/serviceWrapper";
import PawaPayTypes from "../types";
export declare class PawapayPayments {
    private readonly network;
    private readonly baseEndpoint;
    constructor(network: HttpClient);
    initiatePayment(paymentData: PawaPayTypes.PaymentData): Promise<ServiceResult<PawaPayTypes.InitiatePaymentResponse>>;
}
//# sourceMappingURL=index.d.ts.map