import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { DeleteTestCaseRequest, DeleteTestCaseResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteTestCaseCommandInput extends DeleteTestCaseRequest {} export interface DeleteTestCaseCommandOutput extends DeleteTestCaseResponse, __MetadataBearer {} declare const DeleteTestCaseCommand_base: { new ( input: DeleteTestCaseCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteTestCaseCommandInput, DeleteTestCaseCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteTestCaseCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteTestCaseCommandInput, DeleteTestCaseCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteTestCaseCommand extends DeleteTestCaseCommand_base { protected static __types: { api: { input: DeleteTestCaseRequest; output: {}; }; sdk: { input: DeleteTestCaseCommandInput; output: DeleteTestCaseCommandOutput; }; }; }