import { Constructable } from '../../types'; import { ObjectGraph } from '../../graph/ObjectGraph'; export declare function legacyDecorator(constructorOrGraph: Constructable | ObjectGraph, _property?: string, descriptor?: PropertyDescriptor): any; //# sourceMappingURL=singleton.legacy.d.ts.map