export declare const DataSourceTypeFetch: { type: string; schema: { type: string; properties: { options: { type: string; properties: {}; }; }; }; };