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