import { MicrosoftAnalysisServicesDataSource } from './MicrosoftAnalysisServicesDataSource'; export declare class HttpAnalysisServicesDataSource extends MicrosoftAnalysisServicesDataSource { constructor(); constructor(title: string); constructor(title: string, subtitle: string); get url(): string; set url(value: string); }