function mapRouteimport { mapRoute } from "https://deno.land/x/deno_nest@v3.3.1/src/application.ts"; mapRoute(Cls: Type, cache?: Map<any, any>): Promise<RouteMap[]>ParametersCls: Typeoptionalcache: Map<any, any>ReturnsPromise<RouteMap[]>