function replaceAliasPathimport { replaceAliasPath } from "https://deno.land/x/deno_nest@v3.6.1/mod.ts"; replaceAliasPath(str: string, options: { prefix?: string; controller?: string; controllerAliasPath?: string; method?: string; })Parametersstr: stringoptions: { prefix?: string; controller?: string; controllerAliasPath?: string; method?: string; }