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