import { type ServiceIdentifier } from 'inversify'; import { type RouterExplorerControllerMethodMetadata } from './RouterExplorerControllerMethodMetadata.js'; export interface RouterExplorerControllerMetadata { readonly controllerMethodMetadataList: RouterExplorerControllerMethodMetadata[]; readonly path: string; readonly serviceIdentifier: ServiceIdentifier; readonly target: NewableFunction; } //# sourceMappingURL=RouterExplorerControllerMetadata.d.ts.map