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