import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCaseRuleRequest, DeleteCaseRuleResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteCaseRuleCommandInput extends DeleteCaseRuleRequest {} export interface DeleteCaseRuleCommandOutput extends DeleteCaseRuleResponse, __MetadataBearer {} declare const DeleteCaseRuleCommand_base: { new ( input: DeleteCaseRuleCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCaseRuleCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCaseRuleCommand extends DeleteCaseRuleCommand_base { protected static __types: { api: { input: DeleteCaseRuleRequest; output: {}; }; sdk: { input: DeleteCaseRuleCommandInput; output: DeleteCaseRuleCommandOutput; }; }; }