import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { GetBehaviorModelTrainingSummariesRequest, GetBehaviorModelTrainingSummariesResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetBehaviorModelTrainingSummariesCommandInput extends GetBehaviorModelTrainingSummariesRequest {} export interface GetBehaviorModelTrainingSummariesCommandOutput extends GetBehaviorModelTrainingSummariesResponse, __MetadataBearer {} declare const GetBehaviorModelTrainingSummariesCommand_base: { new ( input: GetBehaviorModelTrainingSummariesCommandInput ): import("@smithy/core/client").CommandImpl< GetBehaviorModelTrainingSummariesCommandInput, GetBehaviorModelTrainingSummariesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetBehaviorModelTrainingSummariesCommandInput] ): import("@smithy/core/client").CommandImpl< GetBehaviorModelTrainingSummariesCommandInput, GetBehaviorModelTrainingSummariesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetBehaviorModelTrainingSummariesCommand extends GetBehaviorModelTrainingSummariesCommand_base { protected static __types: { api: { input: GetBehaviorModelTrainingSummariesRequest; output: GetBehaviorModelTrainingSummariesResponse; }; sdk: { input: GetBehaviorModelTrainingSummariesCommandInput; output: GetBehaviorModelTrainingSummariesCommandOutput; }; }; }