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