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