import { IPaymentWebhookHistory } from "payment-api/lib/structures/payments/IPaymentWebhookHistory"; export declare class PaymentInternalController { webhook(input: IPaymentWebhookHistory): void; }