import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEmailChannelRequest, DeleteEmailChannelResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteEmailChannelCommandInput extends DeleteEmailChannelRequest {} export interface DeleteEmailChannelCommandOutput extends DeleteEmailChannelResponse, __MetadataBearer {} declare const DeleteEmailChannelCommand_base: { new ( input: DeleteEmailChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteEmailChannelCommandInput, DeleteEmailChannelCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteEmailChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteEmailChannelCommandInput, DeleteEmailChannelCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteEmailChannelCommand extends DeleteEmailChannelCommand_base { protected static __types: { api: { input: DeleteEmailChannelRequest; output: DeleteEmailChannelResponse; }; sdk: { input: DeleteEmailChannelCommandInput; output: DeleteEmailChannelCommandOutput; }; }; }