import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  DeleteConfigurationSetEventDestinationRequest,
  DeleteConfigurationSetEventDestinationResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface DeleteConfigurationSetEventDestinationCommandInput extends DeleteConfigurationSetEventDestinationRequest {}
export interface DeleteConfigurationSetEventDestinationCommandOutput
  extends DeleteConfigurationSetEventDestinationResponse, __MetadataBearer {}
declare const DeleteConfigurationSetEventDestinationCommand_base: {
  new (
    input: DeleteConfigurationSetEventDestinationCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    DeleteConfigurationSetEventDestinationCommandInput,
    DeleteConfigurationSetEventDestinationCommandOutput,
    import("..").SESv2ClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: DeleteConfigurationSetEventDestinationCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    DeleteConfigurationSetEventDestinationCommandInput,
    DeleteConfigurationSetEventDestinationCommandOutput,
    import("..").SESv2ClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class DeleteConfigurationSetEventDestinationCommand extends DeleteConfigurationSetEventDestinationCommand_base {
  protected static __types: {
    api: {
      input: DeleteConfigurationSetEventDestinationRequest;
      output: {};
    };
    sdk: {
      input: DeleteConfigurationSetEventDestinationCommandInput;
      output: DeleteConfigurationSetEventDestinationCommandOutput;
    };
  };
}
