export declare enum PLATFORM_TYPE {
    LINKE = "LINKE",
    BASEMENT = "BASEMENT"
}