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