export declare class SimulatorState {
    nonRelevantDataElementIds: string[];
    endPointId: string;
    selectedDecisionPointId: string;
    selectedDecisionPointLabel: string;
    selectedBranchLabel: string;
}
