interface RequestHandlerLikeimport { type RequestHandlerLike } from "https://deno.land/x/superdeno@4.8.0/src/types.ts"; Call Signatures(req: any): | Promise<any> | Promise<void> | any | void