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