import { type ApplicationEx } from "https://deno.land/x/oak_nest@v2.0.0/src/factorys/nest.factory.ts";
definition: Application & { setGlobalPrefix: Router.prototype.setGlobalPrefix; routes: Router.prototype.routes; get: Router.prototype.get; use: Router.prototype.use; useGlobalInterceptors: Router.prototype.useGlobalInterceptors; disableGetComputeEtag: Router.prototype.disableGetComputeEtag; useStaticAssets: NestFactory.useStaticAssets; router: Router; }