import { ODataDataSource } from './ODataDataSource'; export declare class RestDataSource extends ODataDataSource { constructor(); constructor(title: string); constructor(title: string, subtitle: string); get body(): string; set body(value: string); get contentType(): string; set contentType(value: string); get headers(): string[]; set headers(value: string[]); get method(): string; set method(value: string); }