import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class Datasource extends ClientSDK { /** * Beta: Get datasource status * * @remarks * Gather information about the datasource's overall status. Currently in beta, might undergo breaking changes without prior notice. * * Tip: Refer to the [Troubleshooting tutorial](https://developers.glean.com/indexing/debugging/datasource-config) for more information. */ status(datasource: string, options?: RequestOptions): Promise; } //# sourceMappingURL=datasource.d.ts.map