/** * cookie 相关 */ export declare const LANG = "aliyun_lang"; export declare const TERRITORY = "aliyun_territory"; export declare const ALIYUN_THEME = "aliyun_theme"; export declare const ALIYUN_THEME_COLOR = "aliyun_theme_color"; export declare const DEFAULT_LANG = "zh"; export declare const ORGANIZATION_ID = "organizationId"; export declare const HEADER_ORGANIZATION = "x-acs-organizationId"; export declare const RESOURCE_GROUP_ID = "resourceGroupId"; export declare const HEADER_RESOURCE_GROUP = "x-acs-resourceGroupId"; export declare const REGION_ID = "regionId"; export declare const ACTIVE_REGION_ID = "activeRegionId"; export declare const CURRENT_REGION_ID = "currentRegionId"; export declare const HEADER_REGION = "x-acs-regionId"; export declare const INTERNET_DOMAIN = "aliyun_internet_domain"; export declare const CURRENT_ROLE_ID = "aliyun_current_role_Id"; export declare const CSRF_TOKEN = "aliyun_csrf_token"; export declare const HEADER_CSRF_TOKEN = "x-csrf-token"; /** * url 相关 */ export declare const ORGANIZATION_ID_SHORT = "oid"; export declare const RESOURCE_GROUP_ID_SHORT = "rgid"; export declare const REGION_ID_SHORT = "rid";