import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { PutDeliveryChannelRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface PutDeliveryChannelCommandInput extends PutDeliveryChannelRequest {} export interface PutDeliveryChannelCommandOutput extends __MetadataBearer {} declare const PutDeliveryChannelCommand_base: { new ( input: PutDeliveryChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< PutDeliveryChannelCommandInput, PutDeliveryChannelCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PutDeliveryChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< PutDeliveryChannelCommandInput, PutDeliveryChannelCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class PutDeliveryChannelCommand extends PutDeliveryChannelCommand_base { protected static __types: { api: { input: PutDeliveryChannelRequest; output: {}; }; sdk: { input: PutDeliveryChannelCommandInput; output: PutDeliveryChannelCommandOutput; }; }; }