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