import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCaseRuleRequest, CreateCaseRuleResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCaseRuleCommandInput extends CreateCaseRuleRequest {} export interface CreateCaseRuleCommandOutput extends CreateCaseRuleResponse, __MetadataBearer {} declare const CreateCaseRuleCommand_base: { new ( input: CreateCaseRuleCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCaseRuleCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCaseRuleCommand extends CreateCaseRuleCommand_base { protected static __types: { api: { input: CreateCaseRuleRequest; output: CreateCaseRuleResponse; }; sdk: { input: CreateCaseRuleCommandInput; output: CreateCaseRuleCommandOutput; }; }; }