import { Constructable } from '../../types'; import { Graph } from '../Graph'; export declare class ObtainLifecycleBoundGraphException extends Error { constructor(graph: Constructable); private static createMessage; } //# sourceMappingURL=ObtainLifecycleBoundGraphException.d.ts.map