export const CACHE_ETAG: string = "etag"; export const COMPARATOR_EQUAL_TO: number = 1; export const COMPARATOR_NOT_EQUAL_TO: number = 2; export const COMPARATOR_GREATER: number = 3; export const COMPARATOR_GREATER_EQUAL_TO: number = 4; export const COMPARATOR_LESS: number = 5; export const COMPARATOR_LESS_EQUAL_TO: number = 6; export const COMPARATOR_CONTAINS: number = 7; export const COMPARATOR_NOT_CONTAIN: number = 8; export const COMPARATOR_ENDS_WITH: number = 9; export const EVENT_SDK_READY: string = "ready";