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