import type { HttpContext } from '@adonisjs/core/http';
export default class UnsubscribeController {
    handle(ctx: HttpContext): Promise<void>;
}
