import type { Feature } from '../../../types/Feature'; import type { IFeatureConfig } from '../../../types/IFeatureModule'; import { Environment } from '../../../types/SDKConfig'; export declare function getWatchTowerServiceUrl(environment: Environment): string; export interface WatchTowerConfig extends IFeatureConfig { name: Feature.WATCH_TOWER; enabled: boolean; apiKey: string; } //# sourceMappingURL=WatchTowerConfig.d.ts.map