import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetServiceGraphRequest, GetServiceGraphResult, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig, } from "../XRayClient"; export { __MetadataBearer }; export { $Command }; export interface GetServiceGraphCommandInput extends GetServiceGraphRequest {} export interface GetServiceGraphCommandOutput extends GetServiceGraphResult, __MetadataBearer {} declare const GetServiceGraphCommand_base: { new ( input: GetServiceGraphCommandInput ): import("@smithy/core/client").CommandImpl< GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetServiceGraphCommandInput ): import("@smithy/core/client").CommandImpl< GetServiceGraphCommandInput, GetServiceGraphCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetServiceGraphCommand extends GetServiceGraphCommand_base { protected static __types: { api: { input: GetServiceGraphRequest; output: GetServiceGraphResult; }; sdk: { input: GetServiceGraphCommandInput; output: GetServiceGraphCommandOutput; }; }; }