import { type ServiceIdentifier } from 'inversify'; import { type ApplyMiddlewareOptions } from '../models/ApplyMiddlewareOptions.js'; import { type Middleware } from '../models/Middleware.js'; export declare function getClassMethodMiddlewareList(classConstructor: NewableFunction, methodKey: string | symbol): (ServiceIdentifier | ApplyMiddlewareOptions)[]; //# sourceMappingURL=getClassMethodMiddlewareList.d.ts.map