export declare class FetchProvider { static get key(): string; static get displayName(): string; static get availableToSourceOptions(): boolean; options: { [key: string]: any; }; constructor(options?: {}); get defaultOptions(): {}; getData(params?: any): Promise; }