import { type ControllerMethodMetadata } from '../model/ControllerMethodMetadata.js'; export declare function getControllerMethodMetadataList(controllerConstructor: NewableFunction): ControllerMethodMetadata[]; //# sourceMappingURL=getControllerMethodMetadataList.d.ts.map