import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetCaseRuleRequest, BatchGetCaseRuleResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetCaseRuleCommandInput extends BatchGetCaseRuleRequest {} export interface BatchGetCaseRuleCommandOutput extends BatchGetCaseRuleResponse, __MetadataBearer {} declare const BatchGetCaseRuleCommand_base: { new ( input: BatchGetCaseRuleCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetCaseRuleCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetCaseRuleCommand extends BatchGetCaseRuleCommand_base { protected static __types: { api: { input: BatchGetCaseRuleRequest; output: BatchGetCaseRuleResponse; }; sdk: { input: BatchGetCaseRuleCommandInput; output: BatchGetCaseRuleCommandOutput; }; }; }