export declare enum SourceEnum {
    TSK_V2 = "tsk_v2",
    TSK_OFFSTREET = "tsk-offstreet",
    IPR = "ipr",
    Smart4City = "smart4city",
    Korid = "korid",
    Mr_Parkit = "mr_parkit",
    Manual = "manual",
    OSM = "osm",
    Isphk = "isphk",
    PMDP = "pmdp",
    TestCases = "test_cases",
    Bedrichov = "bedrichov",
    GREEN_CENTER = "greencenter"
}
export declare function isSecondarySource(source: string): boolean;
