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