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