import { Concept } from "../DataStructures/Concept"; import { Connection } from "../DataStructures/Connection"; export declare function RemoveConceptFromList(conceptList: Concept[] | undefined, concept: Concept): void; export declare function RemoveConnectionFromList(connectionList: Connection[] | undefined, connection: Connection): void; export declare function RemoveLConnectionFromList(connectionList: Connection[] | undefined, connection: Connection): void;