export declare const API_ENDPOINTS: {
    readonly webhooks: "/v1/webhooks";
    readonly webhookAttempts: "/v1/webhooks/attempts";
    readonly availableEvents: "/v1/webhooks/available_events";
    readonly invoices: "/v1/invoices";
    readonly bulkInvoices: "/v1/invoices/bulk";
    readonly payments: "/v1/payments";
    readonly bulkPayments: "/v1/payments/bulk";
};
export declare const DEFAULT_API_CONFIG: {
    readonly BASE_URL: "https://api.moyasar.com";
    readonly TIMEOUT: 30000;
};
//# sourceMappingURL=api.constants.d.ts.map