import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetCaseEventConfigurationRequest, GetCaseEventConfigurationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetCaseEventConfigurationCommandInput extends GetCaseEventConfigurationRequest {} export interface GetCaseEventConfigurationCommandOutput extends GetCaseEventConfigurationResponse, __MetadataBearer {} declare const GetCaseEventConfigurationCommand_base: { new ( input: GetCaseEventConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< GetCaseEventConfigurationCommandInput, GetCaseEventConfigurationCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetCaseEventConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< GetCaseEventConfigurationCommandInput, GetCaseEventConfigurationCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetCaseEventConfigurationCommand extends GetCaseEventConfigurationCommand_base { protected static __types: { api: { input: GetCaseEventConfigurationRequest; output: GetCaseEventConfigurationResponse; }; sdk: { input: GetCaseEventConfigurationCommandInput; output: GetCaseEventConfigurationCommandOutput; }; }; }