export declare enum ApplicationLayer {
    VENDOR = "VENDOR",
    CUSTOMER_BASE = "CUSTOMER_BASE"
}
