type HandlerKind = 'RequestHandler' | 'EventHandler';

export type { HandlerKind };
