import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { GetTestCaseExecutionSummaryRequest, GetTestCaseExecutionSummaryResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface GetTestCaseExecutionSummaryCommandInput extends GetTestCaseExecutionSummaryRequest {} export interface GetTestCaseExecutionSummaryCommandOutput extends GetTestCaseExecutionSummaryResponse, __MetadataBearer {} declare const GetTestCaseExecutionSummaryCommand_base: { new ( input: GetTestCaseExecutionSummaryCommandInput ): import("@smithy/smithy-client").CommandImpl< GetTestCaseExecutionSummaryCommandInput, GetTestCaseExecutionSummaryCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetTestCaseExecutionSummaryCommandInput ): import("@smithy/smithy-client").CommandImpl< GetTestCaseExecutionSummaryCommandInput, GetTestCaseExecutionSummaryCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetTestCaseExecutionSummaryCommand extends GetTestCaseExecutionSummaryCommand_base { protected static __types: { api: { input: GetTestCaseExecutionSummaryRequest; output: GetTestCaseExecutionSummaryResponse; }; sdk: { input: GetTestCaseExecutionSummaryCommandInput; output: GetTestCaseExecutionSummaryCommandOutput; }; }; }