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