import { Constructable } from '../../types';
import { Graph } from '../../graph/Graph';
export declare function Injectable(Graph: Constructable<Graph>): any;
//# sourceMappingURL=Injectable.d.ts.map