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