import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeDeliveryChannelStatusCommandInput extends DescribeDeliveryChannelStatusRequest {} export interface DescribeDeliveryChannelStatusCommandOutput extends DescribeDeliveryChannelStatusResponse, __MetadataBearer {} declare const DescribeDeliveryChannelStatusCommand_base: { new ( input: DescribeDeliveryChannelStatusCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeDeliveryChannelStatusCommandInput, DescribeDeliveryChannelStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeDeliveryChannelStatusCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeDeliveryChannelStatusCommandInput, DescribeDeliveryChannelStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeDeliveryChannelStatusCommand extends DescribeDeliveryChannelStatusCommand_base { protected static __types: { api: { input: DescribeDeliveryChannelStatusRequest; output: DescribeDeliveryChannelStatusResponse; }; sdk: { input: DescribeDeliveryChannelStatusCommandInput; output: DescribeDeliveryChannelStatusCommandOutput; }; }; }