export declare enum GraphMode {
    INFO = "INFO",
    DETAIL = "DETAIL"
}
export declare enum EntityType {
    FACT = "FACT",
    DIM = "DIM",
    OTHER = "OTHER"
}
export declare const EntityTypeDisplay: {
    FACT: string;
    DIM: string;
    OTHER: string;
};
