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