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