export declare enum Identification {
    SCT = "SCT",
    INST = "INST"
}
