import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateConfigurationSetEventDestinationCommandInput extends CreateConfigurationSetEventDestinationRequest {} export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {} declare const CreateConfigurationSetEventDestinationCommand_base: { new ( input: CreateConfigurationSetEventDestinationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, import("..").PinpointSMSVoiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateConfigurationSetEventDestinationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, import("..").PinpointSMSVoiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateConfigurationSetEventDestinationCommand extends CreateConfigurationSetEventDestinationCommand_base { protected static __types: { api: { input: CreateConfigurationSetEventDestinationRequest; output: {}; }; sdk: { input: CreateConfigurationSetEventDestinationCommandInput; output: CreateConfigurationSetEventDestinationCommandOutput; }; }; }