export declare const FLEX_FEATURES_LOG = "flexFeatures"; export declare const CONVERSATIONS_SDK_LOG = "conversationsSDK"; export declare const MAX_INIT_COUNT = 3; export declare const TIMEOUT_DELTA = 10000; export declare const RETRY_INIT_TIMEOUT = 10000; export declare const SDK_INIT_CONFIG: { chatSDK: { timeout: number; maxInitCount: number; }; syncSDK: { timeout: number; maxInitCount: number; }; taskrouterSDK: { timeout: number; maxInitCount: number; }; flexSDK: { timeout: number; maxInitCount: number; }; voiceSDK: { timeout: number; maxInitCount: number; }; cbmSDK: { maxInitCount: number; }; flexFeatures: { timeout: number; maxInitCount: number; }; conversationsSDK: { timeout: number; maxInitCount: number; }; };