import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class IndexingDatasources extends ClientSDK { /** * Add or update datasource * * @remarks * Add or update a custom datasource and its schema. */ add(request: components.CustomDatasourceConfig, options?: RequestOptions): Promise; /** * Get datasource config * * @remarks * Fetches the datasource config for the specified custom datasource. */ retrieveConfig(request: components.GetDatasourceConfigRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=indexingdatasources.d.ts.map