export declare enum SiteContextType {
    LANGUAGE = "LANGUAGE",
    CURRENCY = "CURRENCY"
}
