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