import { DataSource } from '../DataSource'; export declare class MicrosoftAnalysisServicesDataSource extends DataSource { constructor(); constructor(title: string); constructor(title: string, subtitle: string); get catalog(): string; set catalog(value: string); get host(): string; set host(value: string); get port(): number; set port(value: number); }