import { HttpService } from '@kontent-ai/core-sdk'; import { IRetryStrategyOptions } from '@kontent-ai/core-sdk'; export declare const getAllAcceleratorsUrl: string; export declare const logAnalyticsEventUrl: string; export declare const defaultHttpService: HttpService; export declare const defaultRetryStrategy: IRetryStrategyOptions;