import { type HttpContext } from '@adonisjs/core/http'; export declare function handleWebhook(ctx: HttpContext): Promise;