import { Stereotype } from "./stereotype"; export declare class Node { private _identifier; private _stereotype; identifier: string; stereotype: Stereotype; constructor(identifier: string, stereotype?: Stereotype); }