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