import { BEAN_OPTION } from "../@types/types"; import "reflect-metadata"; export default function Autowired(value: string, _option?: BEAN_OPTION): (target: any, propertyName: string) => void; //# sourceMappingURL=Autowired.d.ts.map