import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Resources extends ClientSDK { listInventory(request: operations.ListInventoryRequest, options?: RequestOptions): Promise; listOverview(request: operations.ListResourceOverviewRequest, options?: RequestOptions): Promise; /** * List deployments where the selected resource is installed. */ listDeployments(request: operations.ListResourceDeploymentsRequest, options?: RequestOptions): Promise; getDeploymentDetail(request: operations.GetResourceDeploymentDetailRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=resources.d.ts.map