class TestModuleimport { TestModule } from "https://deno.land/x/deno_nest@v3.3.1/tests/mod.ts"; ConstructorsnewTestModule(data: ModuleMetadata)Propertiesdata: ModuleMetadatafactoryCaches: MapMethodscompile()get<T extends Instance>(constructor: Type<T>, parentClass?: Type<any>)overrideProvider(provide: Provide, value: any)resolve(constructor: Constructor, parentClass?: Type<any>)