import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { StopTestCaseExecutionRequest, StopTestCaseExecutionResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface StopTestCaseExecutionCommandInput extends StopTestCaseExecutionRequest {} export interface StopTestCaseExecutionCommandOutput extends StopTestCaseExecutionResponse, __MetadataBearer {} declare const StopTestCaseExecutionCommand_base: { new ( input: StopTestCaseExecutionCommandInput ): import("@smithy/smithy-client").CommandImpl< StopTestCaseExecutionCommandInput, StopTestCaseExecutionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StopTestCaseExecutionCommandInput ): import("@smithy/smithy-client").CommandImpl< StopTestCaseExecutionCommandInput, StopTestCaseExecutionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StopTestCaseExecutionCommand extends StopTestCaseExecutionCommand_base { protected static __types: { api: { input: StopTestCaseExecutionRequest; output: {}; }; sdk: { input: StopTestCaseExecutionCommandInput; output: StopTestCaseExecutionCommandOutput; }; }; }